*{outline:none;}

#holder{
	/* The unordered list that is to be split into pages */

	overflow:hidden;
	position:relative;
	padding-bottom:10px;
	

	}

.swControls{
	position:absolute;
	margin-top:-12px;
	}

a.swShowPage{
	/* The links that initiate the page slide */
	background-color:#444444;
	float:left;
	height:15px;
	margin:4px 3px;
	text-indent:-9999px;
	width:15px;
	/*border:1px solid #ccc;*/
	
	/* CSS3 rounded corners */
	
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

a.swShowPage:hover, a.swShowPage.active{
	background-color:#2993dd;
	
	/*	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;
}

#holder li{
	list-style:none outside none;
	float:left;
	padding:0;
	margin:0;

}

#holder,
.clear{
	/* This class clears the floated elements */
	clear:both;
}

.project_detail div{margin-bottom:15px;}
.project_detail p, img{text-align:center; border:1px solid #2d7fb6; margin:0;}
.pro_bg{background:#2d7fb6; color:#fff;}
.price_detail p, img{text-align:center; border:1px solid #2d7fb6; margin:0;}
.price_bg{background:#2d7fb6; color:#fff;}
.price_detail div{margin-bottom:15px;}