body{
}
#container{
	margin:1px auto;
	width:650px;
}

/**** SLIDER ***/
.viewer {
	height:250px;
	width: 630px;
	overflow: hidden;
	position: relative;
	border:5px solid #2e2e2e;
	-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;}
.paging {
	position: absolute;
	bottom: 0px;
	left:261px;
	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);
}
