/*
Copyright (c) 2010 Mediasparx (http://www.mediasparx.com)

Content:
    Slideshow

*/

.Slideshow .container {
	float: left;
	clear: both;
	width: 931px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

.Slideshow .container p {
	padding: 0;
	margin: 0;
}

.Slideshow .main_view {
	width: 931px;
	height: 395px;
	float: left;
	position: relative;
}

.Slideshow .window {
	width: 931px;
	height: 394px;
	overflow: hidden;
	position: relative;
}

.Slideshow .image_reel {
	position: absolute;
	top: 0; left: 0;
}

.Slideshow .image_reel .listRow {
	position: relative;
	float: left;
	clear: none;
}

.Slideshow .image_reel .listRow a {
	position: relative;
	float: left;
	cursor: pointer;
	text-decoration: none;
}

.Slideshow .image_reel .listRow img {float: left;}

.Slideshow .image_reel .listRow a span {
	width: 931px;
	height: 395px;
	float: left;
	background: #111 url(../gfx/icon_view.gif) no-repeat center;
	position: absolute;
	z-index: 20;
	top: 0; left: 0;
}

.Slideshow .image_reel .listRow a .grid {
	width: 931px;
	height: 395px;
	float: left;
	background: transparent url(../gfx/slideshow_grid.gif) no-repeat center;
	position: absolute;
	z-index: 15;
	top: 0; left: 0;
}

.Slideshow .image_reel .listRow .tplvar-listitem-title {
	height: 15px;
	width: 905px;
	float: left;
	background-color: #111;
	background: transparent url(../gfx/caption_back.png) repeat;
	padding: 15px;
	padding-top: 8px;
	position: absolute;
	z-index: 10;
	bottom: 0; left: 0;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.Slideshow .arrows {
	position: absolute;
	bottom: 5px; /* left: 36px; */ right: 10px;
	width: 58px; height:28px;
	z-index: 100;
	background: url(../gfx/scroll_buttons_inactive.png) no-repeat;
	display: none;
}

.Slideshow .arrows_previous{
	width:25px;
	height:28px;
	display:block;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	border-bottom:0;
	text-decoration:none;
	cursor:pointer;
}

.Slideshow .arrows_previous:hover { background-image:url(../gfx/previous.png); background-repeat:no-repeat; background-position:0 0; }

.Slideshow .arrows_next{
	width:25px;
	height:28px;
	display:block;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	border-bottom:0;
	text-decoration:none;
	cursor:pointer;
}

.Slideshow .arrows_next:hover { background-image:url(../gfx/next.png); background-repeat:no-repeat; background-position:-3px 0; }