/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color Legend */




#slider {
    clear:both ; 
	width: 1152px; /* important to be same as image width */
    height: 384px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	text-align:left;
	


	

}

#sliderContent {
    width: 1152px; /* important to be same as image width or wider */
	height:384px ; 
    position: absolute;
	top: 0;
	margin-left: 50px;
	padding: 15px 0 15px 0;
    border-top:1px #ccc solid ;
	border-bottom:1px #ccc solid ;
	

}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
    position:absolute;
    padding:10px;
    width: 384px;  /* This is the width of the caption box  */
	height:384px; /* This is the height of the caption box  */
    background-color: #000;  /* 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=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
    color: #fff; /* This is the color of the text in the caption box */
    display: none;
}

/* .sliderImage span strong { 
	color:#FF9428;  /* This is the color of the title text in the caption box */
	/* font-size: 30px; /* This is the font size of the title text in the caption box */
	/* line-height:300%; padding: 0 0 0 60px; margin: 0 0 0 0 ; line-height:70% ;} */
	
.Slider-Title1	{
	color:#FF9428;  /* This is the color of the title text in the caption box */
	font-size: 30px; /* This is the font size of the title text in the caption box */
	line-height:300%; padding: 20px 0 0 15px; margin: 0 0 0 0 ; line-height:70% ;}
	
	.Slider-Title2	{
	color:#FF9428;  /* This is the color of the title text in the caption box */
	font-size: 30px; /* This is the font size of the title text in the caption box */
	line-height:300%; padding: 20px 0 0 30px; margin: 0 0 0 0 ; line-height:70% ;}
	
	.Slider-Title3	{
	color:#FF9428;  /* This is the color of the title text in the caption box */
	font-size: 30px; /* This is the font size of the title text in the caption box */
	line-height:300%; padding: 20px 0 0 45px; margin: 0 0 0 0 ; line-height:70% ;}
	
	.Slider-Title4	{
	color:#FF9428;  /* This is the color of the title text in the caption box */
	font-size: 30px; /* This is the font size of the title text in the caption box */
	line-height:300%; padding: 20px 0 0 60px; margin: 0 0 0 0 ; line-height:70% ;}
	
	.Slider-Title5	{
	color:#FF9428;  /* This is the color of the title text in the caption box */
	font-size: 30px; /* This is the font size of the title text in the caption box */
	line-height:300%; padding: 20px 0 0 90px; margin: 0 0 0 0 ; line-height:70% ;}
	
	.Slider-Text1 { padding: 0 40px 0 40px; color:#FFF ; font-size:20px ; Margin:0 0 0 0 ; line-height:100% ;}
	
	.Slider-Text2 { padding: 0 0 0 60px; color:#FFF ; font-size:20px ; Margin:0 0 0 0 ; line-height:100% ;}
	
	.Slider-Text3 { padding: 0 40px 0 50px; color:#FFF ; font-size:20px ; Margin:0 0 0 0 ; line-height:100% ;}
	
/* .sliderImage span p { padding: 0 0 0 60px; color:#FFF ; font-size:20px ; Margin:0 0 0 0 ; line-height:100% ;}*/

.clear { clear: both; }


.top { top: 0; left: 700px; }  /* 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; }


