/* @override http://localhost/bxslider_v2_dev/css/styles.css */


/*----------------------------------------------------------------------
 CONTENT
----------------------------------------------------------------------*/
.clear {
	clear: both;
}

.slides1_wrap {
	position: relative;
        height:193px;
        overflow: hidden;
	width:683px;
}

#slides1 li {
	list-style: none;
}

#slides1 li img {
	float: left;
        margin-left: 20px;
        margin-right: 50px;
}

.slides1_wrap a:active {
	top: 102px;
        height:193px;
        overflow: hidden;
}

.bx_pager {
	margin-left: 30px;
	padding-top: 15px;
        width: 673px;
}

.bx_pager a {
	float: left;
	height: 27px;
        color: #666;
        margin-top: -15px;
	font-size: 17px;
        margin-left: -1px;
        font-weight:100;
        text-decoration: none;
	padding: 2px 48px 0 2px;
}

.bx_pager a:hover, .bx_pager a.active {
        /*background: url(bg_pager.png) no-repeat 0 -11px;*/
        font-size: 17px;
        font-weight:100;
        color: #36a8b3;
	text-decoration: none;
        margin-top: -15px;
}

.auto_controls {
	position: absolute;
	bottom: -11px;
	left: 450px;
}

.auto_controls a {
	font-size: 16px;
	color: #a3a3a3;
	outline: 0;
	padding: 2px;
}

.auto_controls a:hover {
	text-decoration: none;	
	background: #fff;
	color: #e41996;
}

#content #notes li, #content #changes li {
	font-size: 12px;
	color: #8f8f8f;
	margin-left: 0px;
	padding-bottom: 0px;
}

#content #notes li a {
	color: #e41996;
}

#idc-container a {
	color: #e41996;	
}

#idc-container h3 {
	color: #666;
}




