/* CSS Document */


@media only screen and (max-width: 2200px) { 

#c-carousel {
	background-color: #f3f3f3;
	min-height: 520px;
}
#c-carousel * {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

#carousel-wrapper {
	width: 1202px;
	height: 520px;
}

#carousel {
	display:block;
	width: 1202px;
	height: 520px;
	margin:0;
	padding:0;
	background: transparent;
	z-index: 5001;
	border-top: 2px solid #fff;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#carousel li {
	font-family: 'franklin-gothic-urw';
	color: #999;
	text-align: left;
	display: block;
	width: 100%;
	height: 520px;
	margin-top: 0px;
	float: left;
	position: relative;
	
}

.clearfix {
	float: none;
	clear: both;
}
#carousel .prev {
	background: transparent url(img/prev.png) no-repeat 0 0;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	width: 21px;
	height: 61px;
	margin-left: 10px;
	position: absolute;
	top: 260px;				
}
#carousel .next {
	background: transparent url(img/next.png) no-repeat 0 0;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	width: 21px;
	height: 61px;
	position: absolute;
	top: 260px;				
}

#carousel .prev {
	left: 15px;
}			

#carousel .prev:hover {
	left: 14px;
}			
#carousel .next {
	right: 15px;
}
#carousel .next:hover {
	right: 14px;
}				
#carousel .pager {
	text-align: center;
	margin: 0 auto;
	margin-top:10px;
}
#carousel .pager a {
	/*
	background: transparent url(img/dot_selected.png) no-repeat center center;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 21px;
	height: 21px;
	margin: 0 5px 0 5px;
	*/
	display:none;
	background: none;

}
#carousel .pager a.selected {
	/*
	background: transparent url(img/dot.png) no-repeat center center;
	text-decoration: underline;				
	*/
	display:none;
	background: none;

}



@media only screen and (max-width: 1099px) { 

#c-carousel {
	background-color: #f3f3f3;
	min-height: 350px;
}
#c-carousel * {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

#carousel-wrapper {
	width: 900px;
	height: 400px;
	margin: -175px 0 0 -450px;
	position: absolute;
	left: 50%;
	top: 50%;
}

#carousel {
	display:block;
	width: 900px;
	margin: -10px 0px 0 0px;
	position:relative;
	padding: 20px 25px;
	background: rgb(233,233,233);
	z-index: 50103;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;

}
#carousel li {
	font-family: 'franklin-gothic-urw';line-height:1.2em;
	font-size: 16px;
	color: #999;
	text-align: left;
	display: block;
	width: 100%;
	height: 300px;
	padding: 0px 50px 0 30px;
	margin-top: -20px;
	margin: 6px;
	float: left;
	position: relative;
	
}

#carousel li div.img-container {
	
	display:block;
	background: rgb(210,210,210);
	width:150px;
	float:left;
	margin-right:3%;
	height:200px;
			
}


.clearfix {
	float: none;
	clear: both;
}
#carousel .prev {
	background: transparent url(img/prev.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 21px;
	height: 61px;
	margin-left: 10px;
	position: absolute;
	top: 150px;				
}
#carousel .next {
	background: transparent url(img/next.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 21px;
	height: 61px;
	margin-left: 10px;
	position: absolute;
	top: 150px;				
}

#carousel .prev {
	left: 15px;
}			

#carousel .prev:hover {
	left: 14px;
}			
#carousel .next {
	right: 15px;
}
#carousel .next:hover {
	right: 14px;
}				
#carousel .pager {
	/*
	text-align: center;
	margin: 0 auto;
	*/
	display:none;
	background: none;

}
#carousel .pager a {
	/*
	background: transparent url(img/dot.png) no-repeat center center;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 21px;
	height: 21px;
	margin: 0 5px 0 5px;
	*/
	display:none;
	background: none;

}
#carousel .pager a.selected {
	/*
	background: transparent url(img/dot_selected.png) no-repeat center center;
	text-decoration: underline;	
	*/
	display:none;
	background: none;
			
}


}



@media only screen and (max-width: 768px) { 

#c-carousel {
	background-color: #f3f3f3;
	min-height: 350px;
}
#c-carousel * {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

#carousel-wrapper {
	width: 700px;
	height: 400px;
	margin: -175px 0 0 -350px;
	position: absolute;
	left: 50%;
	top: 50%;
}

#carousel {
	display:block;
	width: 700px;
	margin: -10px 0px 0 0px;
	position:relative;
	padding: 20px 25px;
	background: rgb(233,233,233);
	z-index: 50103;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;

}
#carousel li {
	font-family: 'franklin-gothic-urw';line-height:1.2em;
	font-size: 16px;
	color: #999;
	text-align: left;
	display: block;
	width: 100%;
	height: 300px;
	padding: 0px 50px 0 30px;
	margin-top: -20px;
	margin: 6px;
	float: left;
	position: relative;
	
}

#carousel li div.img-container {
	
	display:block;
	background: rgb(210,210,210);
	width:150px;
	float:left;
	margin-right:3%;
	height:200px;
			
}


.clearfix {
	float: none;
	clear: both;
}
#carousel .prev {
	background: transparent url(img/prev.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 21px;
	height: 61px;
	margin-left: 10px;
	position: absolute;
	top: 150px;				
}
#carousel .next {
	background: transparent url(img/next.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 21px;
	height: 61px;
	margin-left: 10px;
	position: absolute;
	top: 150px;				
}

#carousel .prev {
	left: 15px;
}			

#carousel .prev:hover {
	left: 14px;
}			
#carousel .next {
	right: 15px;
}
#carousel .next:hover {
	right: 14px;
}				
#carousel .pager {
	text-align: center;
	margin: 0 auto;
}
#carousel .pager a {
	/*
	background: transparent url(img/dot.png) no-repeat center center; 
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 21px;
	height: 21px;
	margin: 0 5px 0 5px;
	*/
	display:none;
	background: none;

}
#carousel .pager a.selected {
	background: transparent url(img/dot_selected.png) no-repeat center center;
	text-decoration: underline;				
}


}