	.slider_pic3 {
	position: absolute;
	}
	.sliderbox3{
	margin: auto;
	width: 800px;
	height: 475px;
	background: none;
	/*white-space: nowrap;*/
	position: absolute;
	top: 35px;
	overflow: hidden;
	
	}
	.slider_container3 {
	margin: auto;
	top: 50px;
	width: 800px;
	height: 545px;
	background: black;
	/*white-space: nowrap;*/
	position: relative;
	overflow: hidden;
	display: none;

    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 30px rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	}
	
	.slider_item3 {
	float: left;
	width: 800px;
	height: 125px;
	overflow: hidden;
	position: absolute;
	cursor: hand; 
	cursor: pointer;
	
	}
	.xdiv3 {
	position: relative;

	}
	.shift_button3{
	clear:both;
	float: left;
	}
	.tinybox3{
	width: 100%;
	height: 75px;
	position: absolute;
	top: 10px;
	left:600px;
	/*font-size: 20px;*/
	/*
	 -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 10px rgba(0, 0, 0, 1);*/
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	
	}
	.tiny_head3{
	padding-top: 10px;
	padding-left: 15px;
	font-size: 24px;
	float: left;
	
	}
	.tiny_subhead3{
	padding-left: 15px;
	float: left;
	clear: left;
	font-size: 16px;
	color: #00adee;
	}
	.tiny_description3{
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	width: 600px;
	position: absolute;
	left: 200px;
	}
	.slider_hover3{
	color: white;
	}
	.slider_select3{
	color: white;
	}
	.more_button3{
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	font-size: 20px;
	cursor: default;
	color: white;
	height: 35px;
	width: 800px;
	line-height: 35px;
	float: right;
	position: absolute; top: 510px;
	text-align:center;
	cursor: hand; 
	cursor: pointer;
	
	}
	.back_button3{
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	font-size: 20px;
	cursor: default;
	color: white;
	height: 35px;
	width: 800px;
	line-height: 35px;
	float: left;
	position: absolute;
	top: 0px;
	text-align: center;
	left: 0px;
	cursor: hand; 
	cursor: pointer;
	}
	.disabled3{
	color: #636363;
	}
