/*front-page*/
.in_with{ height:17px; background:url(images/in_with.gif) left no-repeat; margin-left:3px; padding-left:130px;} 
.gall_scrl{float:left; background:#e4e4e4; padding:0 5px 0 5px;}
.song_box{width:268px; background:url(images/song_bg.jpg) no-repeat right; float:left; margin:15px 0 10px 0;}
.song_box h1{color:#0a465c; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; background:url(images/s-v-i.gif) no-repeat left; padding-left:20px; margin-left:10px; padding-bottom:5px;}
.song_box h1 a{color:#0a465c; text-decoration:none;}
.song_box h1 a:visited{color:#0a465c; text-decoration:none;}
.song_box h1 a:hover{color:#f84c00; text-decoration:none;}
.music_more{color:#f84c00; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; padding-left:20px; margin-left:10px;}
.music_more a{color:#f84c00; text-decoration:none;}
.music_more a:visited{color:#f84c00; text-decoration:none;}
.music_more a:hover{color:#0a465c; text-decoration:none;}
.vid_box{width:268px; background:url(images/vid_bg.jpg) no-repeat right; float:right; margin:15px 0 10px 0;}
.vid_box h1{color:#0a465c; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; background:url(images/s-v-i.gif) no-repeat left; padding-left:20px; margin-left:10px; padding-bottom:5px;}
.vid_box h1 a{color:#0a465c; text-decoration:none;}
.vid_box h1 a:visited{color:#0a465c; text-decoration:none;}
.vid_box h1 a:hover{color:#f84c00; text-decoration:none;}
.but_ad{width:199px; float:left; margin:15px 0 0 15px;}
sc_a{background:url(images/sc_a.gif) no-repeat left bottom; float:left; width:5px; height:5px;}
sc_b{background:url(images/sc_b.gif) no-repeat right bottom; float:right; width:5px; height:5px;}

/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:730px;
	margin:5px auto 0px; 
	display:block; 
	position:relative;
	padding:0px;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:200px; 
	bottom:0px; 
	right:5px; 
	background:url(images/fw.png) no-repeat center;  
}

#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(images/back.png) no-repeat center;  
}


/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:720px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
	}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
 margin:0 12px 0 10px; 
	width:118px; 
	text-align:center; 
}
#SlideItMoo_items a img{ border:none; }

/* --------------------BANNER ROTATOR--------------------- */
#SlideItMoo_banners_outer { 
	display:block; 
	position:relative; 
	width:242px; 
	height:142px; 
	margin:0;
	padding:0;
	}
#SlideItMoo_banners_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:242px ; 
	height:142px ; 
	margin:0;
	padding:0;
}
#SlideItMoo_banners_items { 
	white-space:nowrap; 
	display:block; 
	position:relative; 
}
#SlideItMoo_banners_items a img { 
border:1px solid #cfe3e4;
}