body, a, p, td, textarea, select, input, h1, h2, h3 {
	color: #FFF;
	margin:0;
	padding:0;
}
body, a, p, td, textarea, text { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 	
}
.bodyBg{
	background-color:#000;
}
.content_container{
	background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    width: 1200px;
    height: 800px;
}
#content{
    width: 1200px;
    height: 550px;
    margin-top: 35px;
    position: relative;
}
#homeLayer{
	position: absolute;
	width: 550px;
	height: 130px;
	top: 0;
	right: 0;
	cursor: pointer; 
}
.bg_col{
	background-image: url('../img/bg_left.jpg');
    background-repeat: repeat-x;
    background-position: top center;
    vertical-align: top;
}
.active{
	border: 2px dashed yellow;
}
#content .content_widget_default {
    top: 1px;
    padding: 25px 10px 10px 10px;
}

#content .widget {
	background-color: #333;
    background-image: url('../img/widget_bg.jpg');
    background-repeat: repeat-x;
    background-position: top center;
    border: 1px solid #999;
    position: relative;
}
.win {
	background-image: url('../img/widget_win.gif');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	width: 90%;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
	padding: 2px 0 0 22px;
    font-weight: bold;
}
.close {
    background-image: url('../img/widget_close.jpg');
    background-repeat: no-repeat;
    width: 30px;
    height: 15px;
    position: absolute;
    top: 1px;
    right: 2px;
    text-align: center;
    font-weight: bold;
    font-family: Arial; 
    cursor: pointer; 
}
.close_hover {
    background-image: url('../img/widget_close_hover.jpg');
    background-repeat: no-repeat;
    width: 30px;
    height: 15px;
    position: absolute;
    top: 1px;
    right: 2px;
    text-align: center;
    font-weight: bold;
    font-family: Arial; 
    cursor: pointer;    
}
.resize {
    width: 30px;
    height: 15px;
    position: absolute;
    bottom: 1px;
    right: 2px;
    cursor: pointer; 
}
#nav{
    width: 500px;
    height: 35px;
    position: absolute;
    top: 112px;
}
#nav div{
	float: left;
	height: 35px;
	background-repeat: no-repeat;
    background-position: top left;
    width: 120px;
    cursor: pointer; 
}
.nav_sound{
	background-image: url('../img/btn_sound.gif');
}
.nav_sound_hov{
    background-image: url('../img/btn_sound_hov.gif');
}
.nav_art{
    background-image: url('../img/btn_art.gif');
}
.nav_art_hov{
    background-image: url('../img/btn_art_hov.gif');
}
.nav_mixes{
    background-image: url('../img/btn_mixes.gif');
}
.nav_mixes_hov{
    background-image: url('../img/btn_mixes_hov.gif');
}
.nav_about{
    background-image: url('../img/btn_about.gif');
}
.nav_about_hov{
    background-image: url('../img/btn_about_hov.gif');
}
.enlargeThumb{
	background-image: url('../img/enlarge_icon.gif');
	width: 40px;
	height: 34px;
    cursor: pointer;
	position: absolute;
	bottom:13px;
	right:11px;
	background-repeat: no-repeat;
    background-position: top left;
}
.mp3_player{
	margin-top: 5px;
	position: relative;
}
.mp3_player .playButton{
	position: absolute;
	   width: 20px;
    height: 20px;
    border: 1px solid pink;
}	
.subFunction_container{
	position: relative;
}
.subFunction{
	width: 35px;
    height: 120px;
    position: absolute;
    right: 0px;
    cursor: pointer;
}
.subFunction img{
	position: absolute;
}
.subFunction_sort{
    top: 150px;
    background-image: url('../img/subfunction_bg_sort.jpg');
    background-repeat: no-repeat;
    background-position: top left;   
}
.subFunction_shuffle{
    top: 265px;
    
    background-repeat: no-repeat;
    background-position: top left;  
}
.subTitle{
    font-weight: bold;
    padding-top: 5px;
}