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

/**** SLIDER ***/
.viewer {
	height:380px;	
	width: 540px;
	overflow: hidden;
	position: relative;
	border:6px solid #fff;
	
	-webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
	box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1); 
}
.slideimages {
	position: absolute;
	top: 0; left: 0;
}
.slideimages img {float: left;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
.paging {
	position: absolute;
	bottom: 0px;
	left:281px;
	height:15px;
	z-index: 100;
	display: none;
	background-color:#1c1c1c;
	padding:10px 3px 0px 10px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; 	
}
.paging a {
	display:block;
	width:7px;
	height:7px;
	background:url(../images/mark-up.gif);
	text-indent:-9999px;
	float:left;
	margin-right:7px;
}
.paging a.active {
	background:url(../images/mark-dwn.gif);
}