@charset "utf-8";
/* CSS Document */

#themes{
	background-image:url(../images/theme_border.gif);
	background-repeat:no-repeat;
	height:202px;
	width:290px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:15px;
}
#rewind{
	position:relative;
	background-image:url(../images/rewind.gif);
	background-repeat:no-repeat;
	width:26px;
	height:29px;
	top:-20px;
	left:117px;
	float:left;
}
#forward{
	position:relative;
	background-image:url(../images/forward.gif);
	background-repeat:no-repeat;
	width:26px;
	height:29px;
	top:-20px;
	left:120px;
	float:left;
	}
#theme_content li{
	display: none;
	height:200px;
	list-style:none;
	text-align:center;
	background-color:#FFFFFF;
	}
#theme_content{
	margin:0px;
	padding:0px;
	position:relative;
	top: 0;

}
#theme_H1{
	color:#FF0000;
	font-weight:bold;
	height:30px;
	position:relative;
	}
#theme_H1 div{
	position:absolute;
	bottom:0;
	left:0;
	}
#theme_H2{
	color:#003366;
	font-weight:bold;
}
#theme_H2 div{
	text-align:left;

	}