/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color Legend */


#sliderbgd

{
	width: 900px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: absolute; /* important */
	overflow: hidden; /* important */
	text-align: left;
	z-index: 999091;
	margin: 200px 0px 0px 0px;
	background-image: url(../images/banner/boho/andrewshearer_longbw.png);
	background-repeat: no-repeat;
}


#slider {
	width: 900px; /* important to be same as image width */
	height: 600px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	text-align: left;
	z-index: 999891;
	margin: 0px 0px 0px 0px;
}



#sliderContent {
	width: 900px; /* important to be same as image width or wider */
	position: absolute;
	top: 200px;
	margin-left: 0;
	z-index: 999891;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
	position: absolute;
	padding: 10px;
	width: 800px;  /* This is the width of the caption box  */
	height: 300px; /* This is the height of the caption box  */
	background-color: transparent;  /* This sets the background color of the semi transparent box */
	/* If you do not want the transparent content field to appear, change all opacity values to 0 */
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 20;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	line-height: 150%;
	color: #fff; /* This is the color of the text in the caption box */
	display: none;
	font-style: italic;
	z-index: 99999999;
}

.sliderImage span strong {
	color: #fff;  /* This is the color of the title text in the caption box */
	font-size: 40px; /* This is the font size of the title text in the caption box */
	line-height: 100%;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	}

.clear { clear: both; }


.top { top: 30px; left: 40px; }  /* This sets the upper left corner of the caption box */

.bottom { bottom: 0; left: 0; } /* This sets the lower left corner of the caption box */

#slider ul 		{ list-style-type: none;}
#slider ul li 	{ margin-left:0px; }



