@charset "utf-8";
/* CSS Document */

	#owl-demo .item{
		margin: 3px;
	}
	#owl-demo .item img{
		display: block;
		width: 100%;
		height: auto;
	}
	#owl-demo .item:hover img{
		/* IE 8 */
  		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	  	/* IE 5-7 */
	  	filter: alpha(opacity=75);
	  	/* Netscape */
	  	-moz-opacity: 0.75;
	  	/* Safari 1.x */
	  	-khtml-opacity: 0.75;
	  	/* Good browsers */
	  	opacity: 0.75;
		-moz-box-shadow: none; /* Firefox */  
		-webkit-box-shadow: none; /* Safari, Chrome */  
		box-shadow: none; /* CSS3 */
	}
	#owl-demo .item a div h3{
		font-weight:100;
		font-size:10px;
		text-align:center;
		color:#999;
		margin:0;
		padding:0;
		text-decoration:none !important;
	}
	#owl-demo .item a:hover div h3, #owl-demo .item a:hover {
		text-decoration:none !important;
	}
	.owl-theme .owl-controls .owl-buttons div {
		padding: 5px 9px;
	}
	.owl-theme .owl-buttons i{
		margin-top: 2px;
	}
	 
	/*To move navigation buttons outside use these settings*/ 
	.owl-theme .owl-controls .owl-buttons div {
		position: absolute;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev{
		left: -45px;
		top: 25px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next{
		right: -45px;
		top: 25px;
	}
