@import url(http://fonts.googleapis.com/css?family=Mate:400italic);
body{
	font-family:arial;
}
#textboxe{
	padding:0px;background:transparent url('../images/px.png');bottom:25px;position:absolute;height:80px;
}
#rotator{
	overflow:hidden;position:relative;padding:0px;margin:0px auto;
}
.controlInactive{
	width:14px;height:14px;background:url('../images/controls.png') top right no-repeat;margin:0px 0px 0px 5px;border:0px;
}
.controlInactive:hover{
	width:14px;height:14px;background:url('../images/controls.png') top center no-repeat;margin:0px 0px 0px 5px;border:0px;
}
.controlActive{
	width:14px;height:14px;background:url('../images/controls.png') top left no-repeat;margin:0px 0px 0px 5px;border:0px;
}
.naviNext{width:14px;height:14px;background:url('../images/navigation.png') top left no-repeat;margin:0px 7px 0px 0px;border:0px;}
.naviNext:hover{width:14px;height:14px;background:url('../images/navigation.png') top right no-repeat;margin:0px 7px 0px 0px;border:0px;}

.naviPrev{width:14px;height:14px;background:url('../images/navigation.png') bottom left no-repeat;margin:0px 7px 0px 0px;border:0px;}
.naviPrev:hover{width:14px;height:14px;background:url('../images/navigation.png') bottom right no-repeat;margin:0px 7px 0px 0px;border:0px;}

.naviPlay{width:14px;height:14px;background:url('../images/navigation-play.png') top left no-repeat;margin:0px 7px 0px 0px;border:0px;}
.naviPlay:hover{width:14px;height:14px;background:url('../images/navigation-play.png') top right no-repeat;margin:0px 7px 0px 0px;border:0px;}

.naviPause{width:14px;height:14px;background:url('../images/navigation-play.png') bottom left no-repeat;margin:0px 7px 0px 0px;border:0px;}
.naviPause:hover{width:14px;height:14px;background:url('../images/navigation-play.png') bottom right no-repeat;margin:0px 7px 0px 0px;border:0px;}

#textboxeTitle{
	display:block;
	font-family:'Mate', serif;
	font-style:italic;
	font-size:24px;
	color:#ffffff;
	padding:13px 0px 5px 30px;
	text-decoration:none;
}
#textboxeTitle[href]:hover{
	text-decoration:underline;
}
#textboxeText{
	display:block;
	font-family:arial;
	font-size:12px;
	color:#F0F0E1;
	padding:2px 0px 0px 30px;
	line-height:18px;
}
#imgFrame{
	position:absolute;
	background:url('../images/image-frame.png') top left no-repeat;
	width:100%;
	height:100%;
}