.home_slot
{
	background-color:#eee;
	padding:4px;
	width:48%;
	margin:4px 0;
	height:96px;
	overflow:hidden;
}
.home_slot p
{
	margin:0;
	line-height:1.3;
}
.home_slot_image
{
	border:1px solid #444;
	width:120px;
	height:90px;
}
.home_library_div
{
	border:1px solid #444;
	background-color:#aaa;
	width:120px;
	height:90px;
	text-align:center;
}
.home_library_image
{
	height:90px;
}

/* Leader slot styles (currently only used in mobile) */
.home_leader_slot
{
}

/* Slideshow styles */
.home_slideshow
{
	width:728px;
	height:304px;
	margin-right:0px;
	border:1px solid #444;
}
.home_slide_imageholder
{
	background-color:#e6f3fd;
	position:relative;
	left:0px;
	top:0px;
	float:right;
	width:400px;
	height:300px;
	border:2px outset #dde4f7;
}
.home_slide_image
{
	position:absolute;
	left:0px;
	top:0px;
	margin:2px outset #dde4f7;
	width:400px;
	height:300px;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	cursor:pointer;
}
.home_slide_playbutton
{
	position:absolute;
	left:190px;
	top:140px;
	cursor:pointer;
}
.home_slide_text_column
{
	float:right;
	width:323px;
}
.home_slide_text_normal
{
	height:64px;
	background:#fff;
	border:2px outset #eee;
	padding:4px;
	color:#222;
	cursor:pointer;
}
.home_slide_text_current
{
	height:64px;
	background:#e6f3fd;
	border:2px outset #dde4f7;
	border-right:2px solid #e6f3fd;
	padding:4px;
	color:#222;
	cursor:pointer;
}
.home_slide_text_normal h2, .home_slide_text_current h2 { color:#2a6eb7; }
