div.rsmg_carousel_container ul.rsmg_slider {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div.rsmg_carousel_container ul.rsmg_slider > li {
	padding: 0px;
	margin: 0px;
}

div.rsmg_carousel_wrapper {
	padding: 0 50px;
	position: relative;
	margin: 0 auto;
}
	
div.rsmg_carousel_container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	}
	
div.rsmg_carousel_container a {
	color: #A00000; 
	}
	
div.rsmg_carousel_wrapper a.bx-prev {
	width: 9px;
	height: 13px;
	background: #ffffff url(../images/arrow-left.png) no-repeat center center;
	display: block;
	border: 1px solid #cccccc;	
	padding: 10px;	
	box-shadow: 2px 2px 0 #dedede;
	font-size: 11px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -20px;
	}
	
div.rsmg_carousel_wrapper a.bx-next {
	width: 9px;
	height: 13px;
	background: #ffffff url(../images/arrow-right.png) no-repeat center center;
	display: block;
	border: 1px solid #cccccc;	
	padding: 10px;	
	box-shadow: 2px 2px 0 #dedede;
	font-size: 11px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	right: 0px;
	top: 50%;	
	margin-top: -20px;
	}	

	
div.rsmg_carousel_container .rsmg_carousel_image {
	border: 1px solid #cccccc;
	background: white;
	padding: 10px;	
	box-shadow: 5px 5px 0 #dedede;
	font-size: 11px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 5px;
	}

div.rsmg_carousel_container .rsmg_carousel_image_no_borders {
	border: 0px;
	padding: 0px;
	box-shadow: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
	
div.rsmg_carousel_container p.rsmg_title {	
	padding: 7px 0 14px 0;	
	display: block;
	font-weight: bold;	
	font-size: 12px;
	border-bottom: 1px dotted #cccccc;
	}
	
div.rsmg_carousel_container p.rsmg_title a {
	color: #A00000;
	text-decoration: none;
	}
	
div.rsmg_carousel_container p {
	font-size: 11px;
	padding-top: 7px;
	margin-top: 7px;
	}
	
div.rsmg_carousel_container p.rsmg_views span {
	background: url("../images/eye.png") no-repeat scroll 5px center #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #727272;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 5px 2px 20px;   
	}
	
div.rsmg_carousel_container p.rsmg_tags {
	border-top: 1px dotted #cccccc;
	margin-top: 14px;
	}

div.rsmg_carousel_container div.rsmg_carousel_pager {
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
	z-index: 9999;
	}

div.rsmg_carousel_container div.rsmg_carousel_pager a {
	background: white;
	padding: 3px 6px;
	margin: 0 5px;
	text-decoration: none;
	color: #000000; 
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 0 #DEDEDE;    
	font-size: 11px;     
	}

div.rsmg_carousel_container div.rsmg_carousel_pager a:hover {
	background: #efefef;
	}

div.rsmg_carousel_container div.rsmg_carousel_pager a.pager-active {
	background: #c50202;
	color: #fff;
	border: 1px solid #ee3232;
	}