/*
* 	Owl Carousel Owl Demo Theme 
*	v1.23
*/

.owl-theme1 .owl-controls {
	bottom:5px;
	text-align: center;
	position:absolute;
	z-index:10;
	width:100%;
}
/* Styling Pagination*/
.owl-theme1 .owl-controls .owl-pagination {
}
.owl-theme1 .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme1 .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFF;
}
.owl-theme1 .owl-controls .owl-page.active span, .owl-theme1 .owl-controls.clickable .owl-page:hover span {
	background: #666;
}

#owl-demo3 .item{
}


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme1 .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.23
*/
/********************* owl-theme2 *****************************/

.owl-theme2 .owl-controls {
	margin-top: 5px;
	text-align: center;

}
/* Styling Next and Prev buttons */

.owl-theme2 .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #FFF;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme2 .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme2 .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme2 .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #306fcc;
}
.owl-theme2 .owl-controls .owl-page.active span, .owl-theme2 .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme2 .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(../../images/AjaxLoader.gif) no-repeat center center;
}

#owl-demo23 .item{
	float:left;
	width:100%;
	padding:5px;
}

#owl-demo23 .item a{	
	float:left;
	width:100%;
	padding:1px;
	border:1px solid #CCC;
}

#owl-demo23 .item a img{
	margin-right:5px;
}

#owl-demo23 .item p{
	font-size:14px;
	line-height:18px;
	margin-top:14px;
	color:#069;
	font-weight:bold;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
}

