.logo_small_img
{
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:20;
}
.logo_slider_left
{
	width:57px;
	height:73px;
	position:absolute;
	background-image:url(../../images/left.png);
	background-repeat:no-repeat;
	z-index:50;
	left:7%;
	top:156px;
	display:none;
	cursor:pointer;
}
.logo_slider_right
{
	width:57px;
	height:73px;
	position:absolute;
	background-image:url(../../images/right.png);
	background-repeat:no-repeat;
	z-index:50;
	right:7%;
	top:156px;
	display:none;
	cursor:pointer;
}
#slider {
	float:left;
	width:50%;
	height:650px;
	min-width:300px;
	position:relative;	
	margin-bottom:10px;
}
#logo_slider {
    height: 100%;
    margin: 0 auto;
    width: 100%;
	position:relative;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
}
#logo_slider_bg {
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:left bottom;
}
#silder_progress_bar_2
{
	width: 0px;
	height: 10px;
	background-color: #D5CFD0;
	position:absolute;
}
#silder_progress_bar
{
	width:100%;
	height:10px;
	position:relative;
	margin:0px auto;
	background-repeat:no-repeat;
}
.slider_img {
	text-align:center;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    width: 100%;
	background-position:center center;
	margin:0px 0px;
	overflow:hidden;
	display:none;
	background-size:cover;
}
.logo_slider_min
{
	width:804px;
	height:113px;
	margin: 20px auto;
	overflow:hidden;
	float:left;
}
.logo_slider_min_inside
{
	height:113px;
	position:relative;
}
.slider_dot
{
	width:20px;
	height:20px;
	background-image:url(../../images/logo_slider_off.png);
	background-repeat:no-repeat;
	margin:5px;
	cursor:pointer;
	display:block;
}
.logo_slider_dot_container
{
	height:20px;
	text-align:center;
	position:absolute;
	top:6%;
	z-index:100;
	left:10px;
}
.slider_img_min
{
	width:150px;
	height:113px;
	background-position: center center;
	background-size:cover;
	float:left;
	margin:0px 5px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.logo_slider_min_left
{
	width: 21px;
	height: 28px;	
	float:left;
	margin:0px 10px;
	background-repeat:no-repeat;
	position:relative;
	top:257px;
	cursor:pointer;	
	z-index:10;
	background-image:url(../../images/slider_left.png);
	right:55px;
}
.logo_slider_min_right
{
	width: 21px;
	height: 28px;	
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	margin: 0 10px;
	position: relative;
	top:257px;
	z-index: 10;
	background-image:url(../../images/slider_right.png);
	left:48px;
}
.logo_slider_min_container
{
	width:917px;
	height:153px;
	margin: 0px auto;
}
#logo_slider_control
{
	width:60px;
	background-color:#f3f0eb;
	border:1px solid #cdbca1;
	height:30px;
	clear:both;
	border-radius:5px;
	position:relative;
	z-index:10;
	top:300px;
	left:10px;
}
.control_button
{
	float:left;
	position:relative;
	top:8px;
	margin-left:10px;
	cursor:pointer;
}
.slider_pagination
{
	float:right;
	height:30px;
	line-height:30px;
}
.slider_pagination_number
{
	margin-right:10px;
	cursor:pointer;
}
.logo_slider_desc
{
	font-family:caviar_dreamsregular;
	position:absolute;
	bottom:40px;
	right:0px;
	text-align:right;
	font-size:26px;
	color:#fff;
	background-image:url(../../images/bg_bottom.png);
	width:300px;
	min-height:80px;
	padding:10px 20px;
}

#insideRight #logo_slider_bg
{
    height: 370px;
}