@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	border:0;
}

body table { margin:0 0 10px 0;}
#page { padding-bottom: 30px; width:745px;}

#col-01, #col-02, #col-03 { float:left;}
#col-01, #col-02 { margin-right:10px; width:288px;}
#col-03 {width:145px;}

/*** start: teaser (main properties) ***/
.tsr-container {margin-top:10px;}

.tsr-box-wrap {	
	margin:10px 0 0px 0px;
	height:86px; 
	background:#e5e5e5;
}
.tsr-box {
	display:block;
	width:288px;
	/*
	height:86px;
	*/
	list-style:none;
}
.imgbox { float:left;}
.infobox { float:left;	margin:8px 0 0 5px;}
.infobox p { margin:4px 0 4px 0;}
/*** end: teaser (main properties) ***/

/*** start: jquery rotate home teaser ***/
#main_tsr_fallback pre { display:none; }
#main_tsr_fallback .slides { width: 741px; height: 179px; /*overflow: hidden;*/ }
#main_tsr_fallback .slides img { width: 741px; height: 179px; }

#main_tsr_btn {
	position:absolute;
	z-index:600;
	top:130px;
	left:11px;			
	cursor:pointer;
}

#main_tsr_resume, #main_tsr_pause, #main_tsr_skip {
	float:left;
	width:33px;
	height:32px;
	background-repeat:no-repeat;
	cursor:pointer;
}
#main_tsr_resume {
	background:url(/home/se/graphics/home_btn_play.png);
}
#main_tsr_pause {
	background:url(/home/se/graphics/home_btn_pause.png);
}
#main_tsr_skip {
	margin-left:8px;
	background:url(/home/se/graphics/home_btn_skip.png);
}
/*** end: jquery rotate home teaser ***/














.blocker { float:none; clear:both; height:1px;}
.debug-01 { background-color:#00FF00;}
.debug-02 { background-color:#FF99CC;}

