/* Slider Banner*/



.sliderwrapper {

	position: relative; /*leave as is*/

	overflow: hidden; /*leave as is*/

	width: 300px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

	height: 288px;

	float:right;

	background:none;

}

.sliderwrapper .contentdiv {

	visibility: hidden; /*leave as is*/

	left: 0;  /*leave as is*/

	top: 0;  /*leave as is*/

	width:290px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

	height: 278px;

	float:right;

 filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);

	-moz-opacity: 1;

	opacity: 1;

	z-index:5;

	border:5px solid #CA1830;

}

#paginate-slider1 {

	position:absolute;

	z-index:999;

	left:20px;

	bottom:10px;

	display:none;

}

#paginate-slider1 a {

	width:18px;

	margin-left:5px;

	height:18px;

	float:left;

	font-size:0px;

	background:url(http://www.chandigarhtravels.co.in/css/images/pagi.png) 0 0 no-repeat;

}

#paginate-slider1 a:hover, #paginate-slider1 a.selected {

	background-position:0px -18px;

}

#paginate-slider1 a.prev, #paginate-slider1 a.next {

	display:none;

}

body.cms-page-view .col-main li {

	padding-bottom:12px;

}