/* mod_optv */
/* Koen Braspennincx */
/* Outpost Website 3.0 */
/* Version 1.0.0 */
#outpost_tv_edge
{
	background: url(images/sliderback.png);
	height: 295px;
	width: 683px;
	margin-left: -10px;
	position: relative;
}
#outpost_tv_image
{
	position: absolute;
	height: 262px;
	width: 623px;
	left: 29px;
	top: 14px;
}
.outpost_small_tv_edge
{
	background: url(images/sliderbacksmall.png);
	height: 195px;
	width: 683px;
	margin-left: -10px;
	position: relative;
}
.outpost_small_tv_image
{
	position: absolute;
	overflow: none;
	height: 162px;
	width: 622px;
	left: 30px;
	top: 14px;
}

.slide img
{
	width: 622px;
	height: 262px;
	cursor: pointer;
}
#slideshow #slidescontainer {
  margin:0 auto;
  width:620px;
  height:263px;
  overflow:auto;
  position:relative;
}
#slideshow #slidescontainer .slide {
  margin:0 auto;
  width:620px;
  height:263px;
}
#leftcontrol
 {
	position: absolute;
	top: 115px;
	left: -27px;
	z-index: 10;
	cursor: pointer;
	height: 40px;
	width: 40px;
	background: transparent url(images/sliderbutton_left.png) no-repeat;
}
#rightcontrol
{
	position: absolute;
	top: 115px;
	left: 610px;
	z-index: 10;
	cursor: pointer;
	height: 40px;
	width: 40px;
	background: transparent url(images/sliderbutton_right.png) no-repeat;
}
#leftcontrol:hover
{
	background: transparent url(images/sliderbutton_lefth.png) no-repeat;
}
#rightcontrol:hover
{
	background: transparent url(images/sliderbutton_righth.png) no-repeat;
}