


#back_slide .prev_slide {
	/*background: url('../image/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	text-decoration: none;
	color: #333333;
	font-style: normal;
}
#back_slide {
	/*background: url('../image/right.png') center center no-repeat;*/
	margin:0px 0px 0px 0px;
	padding:0px 3px 0px 0px;
	float: right;
	text-align: right;
	vertical-align: top;
}

#back_slide .prev_slide:hover {
	color: #CC0000;
}
#next_slide .next_slide {
	/*background: url('../image/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	text-decoration: none;
	font-style: normal;
	color: #333333;
}

#next_slide {
	/*background: url('../image/right.png') center center no-repeat;*/
	margin:100px 0px 0px 0px;
	padding:0px 0px 0px 6px;
	float: left;
	text-align: left;
}
#next_slide .next_slide:hover {
	color: #CC0000;
}


#gal {
	margin:50px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float: left;
}


	
div.jMyCarousel {

	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*margin:auto;*/
}

div.jMyCarousel ul {
}

div.jMyCarousel ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height: 256px;
}

div.jMyCarousel ul li a { /* in case of link */
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	
	
}

div.jMyCarousel ul li img {
	/*display:block;*/
	border:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:6px solid #333;
}
div.jMyCarousel ul li img:hover {
	/*display:block;*/
	border:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:6px solid #CC0000;
}