/* scroll.css - used by both Public and Intranet sites */

/* gallery */

.gallery{
	width:720px;
	margin:0 -1px -15px 0;
	position:relative;
	/*top:-21px;*/
	float:left;


}
.gallery .gallery{top:0;}

.ocmsCarousel {
	width:710px;
	height:268px;
	overflow:hidden;
	position:relative;
	padding:0;
}

.ocmsCarousel ul{
	margin: 0;
	padding: 0;
	list-style: none inside none;
	overflow: hidden;
	display: block;
	width: 9999px;
}

.ocmsCarousel li{
	width:710px;
	height:268px;
	float:left;
	display: block;
	position:relative;
}

.ocmsCarousel span{
    border: none;
    display: inline;
    padding: 0;
    margin: 0;
}

.inner .ocmsCarousel ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
    width: 100%;
	display: table-row;
}

.ocmsCarousel li{
	width:710px;
	height:268px;
	/*float:left;
	position:relative;*/
	display: table-cell;
}

* html .gallery-holder li {
	float: left;
	clear: right;
}
* +html .gallery-holder li {
	float: left;
	clear: right;
}

.inner .gallery{background:url(../images/bg-gallery.gif) repeat-x 0 100%;}
.inner .ocmsCarousel li{
	width:218px;
	height:156px;
	padding:0 17px 0 0;
}

.item-list{
	padding:39px 0 10px 0;
	width:920px;
}
.inner .aligncenter{padding:0 0 0 4px;}

/*
.ocmsCarousel li span{
	background:url(../images/bg-image.png) no-repeat;
	display:block;
	width:207px;
	height:147px;
	padding:3px 5px 6px 4px;
}
*/

.ocmsCarousel li img{display:block;}
.ocmsCarousel .slide1{background:url(../images/bg-slide1.jpg) no-repeat;}


.carousel-nav{
	background:none repeat scroll 0 0 #FFFFFF;
	height:248px;
	overflow:hidden;
	padding:10px 10px 10px 20px;
	position:absolute;
	right:10px;
	top:0;
	width:250px;
}



.carousel-description{

	font-family:"Arial";
	color:#373530;
	font-size:13px;
	line-height: 23px;
}

.carousel-description h1 {
	font-family: Arial;
	color: #373530;
/*x	font-weight:bold; */
	font-weight: normal;
	font-size: 20px;
	padding-top:0;
	margin-top: 0;
	margin-bottom: 7px;
	line-height: normal;
}


.carousel-links{
	position:absolute;
	bottom:70px;

}

.carousel-description a {
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

.carousel-welcome {
	position:absolute;
	top:20px;
	left:0px;
	background:#000;
	width:278px;
	height:31px;
	color:#FFF;
	font-size:10px;
	font-family:"Arial";
	padding-top:20px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
}

.carousel-welcome h1{

	font-family:"Arial";
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:7px;

}

.carousel-footer {

	color:#898989;
	font-weight:bold;
	font-family:"Arial";
	float:left;
	font-size:12px;
	width:250px;
	height:50px;
	position:absolute;
	bottom:0;

}

.carousel-featured{
	padding-top:10px;
	float:right;

}


.prev{
	float:left;
	background:url(../images/carousel-nav-left.png) no-repeat;
	width:9px;
	height:9px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	margin:11px 4px 0 0;
	display:inline;
}
.next{
	float:left;
	background:url(../images/carousel-nav-right.png) no-repeat;
	width:9px;
	height:9px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	margin:11px -10px 0;
}
.swicher{
	float:left;
	font-size:14px;
	line-height:21px;
	font-weight:bold;
	padding:10px 10px 0px 0px;


}
.swicher ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.swicher li{
	float:left;
	padding:0 4px 0 0;
	margin: 0px !important;
}

.swicher li img{
	width:20px;
	height:20px;
}


.swicher li a{
	float:left;
	color:#fff;
	background:#64625d;
	text-decoration:none;
	cursor:pointer;
	/*padding:4px 7px 19px;*/
	width:10px;
	height:10px;

	/*background:url(Homepage-Carousel_2.jpg) no-repeat;*/
}



.swicher .active,
.swicher li a:hover {
	background-color: #85b21a;
}