@charset "utf-8";
.swControls{
	/*margin-top:10px;*/
}

a.swShowPage{

	/* The links that initiate the page slide */

	background:url(images/gray.jpg) no-repeat center;
	width:12px;
	float:left;
	height:12px;
	margin:6px 4px;
	text-indent:-9999px;
	padding:2px;
	border:1px solid #DCDCDC;
	
	/* CSS3 rounded corners */
	
	/*-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;*/
}

a.swShowPage:hover,
a.swShowPage.active,
a.swShowPage:visited{
	background:url(images/blue.jpg) no-repeat center;
	border-color:#09f;
	/*	CSS3 inner shadow */
	
	/*-moz-box-shadow:0 0 7px #1e435d inset;*/
	/*-webkit-box-shadow:0 0 7px #1e435d inset;*/
	/*box-shadow:0 0 7px #1e435d inset;*/
}