/* Genre Rollover */
#genre li {
	width:245px;
	height:230px;
	margin-top:25px;
}
#genre a {
	width:245px;
	height:230px;
}
/* genre01 */
#genre li#genre01 {
	background:url(../img/genre01.gif) 0px 0px;
}
#genre li#genre01 a:hover {
	background:url(../img/genre01.gif) 0px -230px;
}
/* genre02 */
#genre li#genre02 {
	background:url(../img/genre02.gif) 0px 0px;
}
#genre li#genre02 a:hover {
	background:url(../img/genre02.gif) 0px -230px;
}
/* genre03 */
#genre li#genre03 {
	background:url(../img/genre03.gif) 0px 0px;
}
#genre li#genre03 a:hover {
	background:url(../img/genre03.gif) 0px -230px;
}
/* genre04 */
#genre li#genre04 {
	background:url(../img/genre04.gif) 0px 0px;
}
#genre li#genre04 a:hover {
	background:url(../img/genre04.gif) 0px -230px;
}
/* genre05 */
#genre li#genre05 {
	background:url(../img/genre05.gif) 0px 0px;
}
#genre li#genre05 a:hover {
	background:url(../img/genre05.gif) 0px -230px;
}
/* genre06 */
#genre li#genre06 {
	background:url(../img/genre06.gif) 0px 0px;
}
#genre li#genre06 a:hover {
	background:url(../img/genre06.gif) 0px -230px;
}
/* genre07 */
#genre li#genre07 {
	background:url(../img/genre07.gif) 0px 0px;
}
#genre li#genre07 a:hover {
	background:url(../img/genre07.gif) 0px -230px;
}


#backBtns {
	margin-top: 40px;
}

#backBtns a{
	display:block;
	text-indent:-9999px;
	width: 515px;
	height: 25px;
	background:url(../../img/btn_back_fesTops.gif) 0px 0px;
}

#backBtns a:hover {
	background:url(../../img/btn_back_fesTops.gif) 0px -25px;
}
