div.jMyCarousel .prev {
	background: #000 url('../images/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
	opacity:0.9!important;
}
div.jMyCarousel .next {
	background: #000 url('../images/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
	left:910px!important;
	opacity:0.9!important;
}
div.jMyCarousel .up {
	background: url('../images/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}
div.jMyCarousel .down {
	background: url('../images/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
/** Carousel 2 **/
div.jMyCarousel {
	margin:auto;
	height:190px!important;
	width:100%!important;
	overflow:hidden;
}
div.jMyCarousel ul {
	height:190px!important;
}
div.jMyCarousel ul li {
	margin:5px!important;
	border:1px solid #ccc;
	line-height:0px;
	padding:5px;
}
div.jMyCarousel ul li a { /* in case of link */
	display:block;
	margin:0px;
	padding:0px;
}
div.jMyCarousel ul li a img {
	display:block;
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.promos {
	/*	background:#fff url(../images/bg.png) no-repeat top left;*/
	display:block;
	padding:15px;
	background:#fff;
	border:10px solid #D22129;
	clear:both;
	height:290px;
	width:960px;
	margin:1em auto;
}
.promos li {
	list-style:none;
	float:left;
	width:235px;
}
.promos h1 {
	font-size:1.4em;
	text-align:center;
	color:#006699;

}
.promos li A {
	display:block;
	text-align:center;
	color:#006699;
}
.promos li A:hover {
   text-decoration:none;
   border:1px solid #ccc;

}

