*{
	/* Universal page reset */
	margin:0;
	padding:0;
}
#main{
        /* The main container div */
	position:relative;
	margin:auto;
	width:944px;
	height:240px;
	background:url('/_upload/tpl/template28/img/main_bg.jpg') repeat-x #fff;
	
	/* CSS3 rounded cornenrs */
	
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

#holder{
	/* The unordered list that is to be split into pages */

	width:944px;
	height:250px !important;
	overflow:hidden;
	position:relative;
	background:url('/_upload/tpl/template28/img/dark_bg.jpg') repeat #ccc;
	padding-bottom:5px;

	/*	CSS3 inner shadow (the webkit one is commeted, because Google Chrome
		does not like rounded corners combined with inset shadows): */

	-moz-box-shadow:0 0 10px #ccc inset;
	/*-webkit-box-shadow:0 0 10px #ccc inset;*/
	box-shadow:0 0 10px #ccc inset;

}

.swControls{
	position:absolute;
	margin-top:2px;
}

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:#093d66;
	
	/*	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{
	background-color:#fff;
	list-style:none outside none;
	margin:1px 1px 0;
	padding:5px;
	float:left;

	/* Regular CSS3 box shadows (not inset): */

	-moz-box-shadow:0 0 6px #ccc;
	-webkit-box-shadow:0 0 6px #ccc;
	box-shadow:0 0 6px #ccc;
	width:224px;
        height:242px;
}

#holder,
#holder li{
	/* Applying rouded corners to both the holder and the holder lis */
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
}
.xyxw .news_icon{background: none;}
.xyxw{    margin-top: 9px;}