@charset "utf-8";



@media screen and (-webkit-min-device-pixel-ratio:0) {	/* This styles work only in Chrome. */

	div#popimageslider-module {

		text-shadow:10000px 10000px 1px #191919;	/* This makes fonts smooth in Chrome but without shadow. */

	}

}



div#popimageslider-module {

	overflow: hidden;

	margin:0 auto;

	clear:both;

}

div#popimageslider-mask {

	overflow: hidden;

	/*float: left;*/

	position: relative;

	margin:0 auto;

	clear:both;

}



div#popimageslider-mask a {

	text-decoration:none;
	
	opacity:1;

	background:none;

	border:none;

	margin:0px;

	padding:0px;

	outline:none;

}

div#popimageslider-mask a:hover {opacity:0.8;}



div#popimageslider-items {

	position: relative;

}



div#popimageslider-items img {

	margin: 0px;

	padding: 0px;

	position: relative;

	-ms-interpolation-mode: bicubic;

}



div.popimageslider-item {

	position: relative;

	margin: 0 auto;

	float: left;

}



div.popimageslider-title {
	
	font-family: 'Oswald', arial, serif;
	text-transform:uppercase;

	position: relative;

	text-align:center;

	text-decoration:none;

	overflow:hidden;

	cursor:default;

	white-space:nowrap;

}



/* Buttons */

div#popimageslider-buttons {

	margin:0 auto; 
	float:right;
	opacity:0.07;
	width:100px;	

}



img#popimageslider-button-left, img#popimageslider-button-right {

	padding:0px;

	margin:0px 0px 5px 5px;

	cursor:pointer;

	vertical-align:middle;
}



/* Infobar */



div#popimageslider-infobar {
	
	font-family: 'Oswald', arial, serif;
	text-transform:uppercase;	

	overflow:hidden;

	padding-top:10px;

	padding-bottom:10px;

	white-space:nowrap;

}