body {
	margin: 0;
	padding: 0;
	color: #792764;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.4em; 
	background-color: transparent; 
}

a, a:link, a:visited { 
	color: #EA6FA8; 
	font-weight: normal; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

p { 
	margin: 0 0 20px 0; 
	padding: 0; 
	line-height: 1.4em;
}

img { 
	border: none; 
}

h2 { 
	font-size: 24px;
	margin: 0 0 25px;
	padding: 3px 0;
}

#slider_wrapper {
	width: 650px;
	height: 270px;
	background: transparent;
}

#slider {
	width: 650px;
	padding: 0;
	height: 270px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent;
}

#carousel {
	position: absolute;
	top: 10px; 
	left: 10px;
	width: 300px;
	height: 230px;
	padding: 0;
	background: #FFFFFF;
	box-shadow: 0 0 6px #430039; 
}

#slider-image-frame {
	float: left;
	display: block;
	width: 300px;
	height: 230px;
	overflow: hidden;
	background: transparent;
}

#carousel .backgrounds {
	float: left;
	display: block;
	width: 300px;
	height: 230px;
	overflow: hidden;
	background: #ffffff;
}

#carousel .backgrounds .item {
	width: 300px;
	height: 230px;
	float:left;
	z-index:1;
}

#carousel .panel {
	position: absolute;
	left: 330px;
	top: 0px;
	height: 250px;
	width: 300px;
	z-index: 10;
	background: transparent;
}

#carousel .panel .paging {
	position:absolute;
	bottom: 25px;
	left:25px;
	width: 235px;    
	text-align: center;
}

#carousel .panel .paging a {
	font-size: 1.1em;
}

#carousel .panel .paging a:hover {
	text-decoration: none;
}

#carousel .panel .pause {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../img/carousel_pause_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}

#carousel .panel .play {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../img/carousel_play_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}

#carousel .panel .paging .next {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../img/carousel_next_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}

#carousel .panel .paging .previous {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../img/carousel_previous_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}

#carousel .panel .paging #numbers a {
	font-weight: bold;
	padding: 3px 5px;
	margin-right: 5px;
	background: #FFDBEE;
	color: #FA58B0;
	border: 1px #FA58B0 solid;
}

#carousel .panel .paging #numbers a:hover, #carousel .panel .paging #numbers a.selected {
	color: #A23B8E;
	background: #F4B6E9;
	border: 1px #A23B8E solid;
}

#carousel .panel .details_wrapper {
position: absolute;
top: 30px;
left: 5px;
width: 290px;
overflow: hidden;
height: 260px;
}
#carousel .panel .details_wrapper .details{
height: 200px;
width: 200px;
}
#carousel .panel .details_wrapper .details .detail{
width: 290px;
height: 200px;
float:left;
}

#carousel .panel .details_wrapper .details h2 {
font-size: 25px;
margin: 0 0 15px 0;
color: #9F0158;
}
#carousel .panel .details_wrapper .details h2 a {
font-weight: bold;
color: #BA1BB5;
text-shadow: 1px 1px 1px #FA58B0;
}
#carousel .panel .details_wrapper .details h2 a:hover {
text-decoration: none;
color: #FA58B0;
text-shadow: 1px 1px 1px #BA1BB5;
}
#carousel  .panel .details_wrapper .details p {
font-size: 14px;
color: #792764;
}
#carousel  .panel .details_wrapper .details a.more{
font-size:1.2em;
}   

/* END CAROUSEL */
