/**
* File:					style_slideshow.css
* Last update:	07-05-2009
* Description:	Stylesheet voor verzonden contact formulier opmaak
* 
* @author				Dennis Reinders <dennis.reinders@regioproviders.nl>
* @package			sCMS
* @subpackage		Stylesheet de slideshows
* @copyright		Regioproviders
* @version			1.0
*
*/
.slideshow{
position:relative;
width:100%;
height:214px;
}

.slideshow div{
min-height:100%;
width:100%;
position:absolute;
top:0px;
left:0px;
display:none;
}

#portal_slideshow div{
position:absolute;
width:743px;
height:272px;
}

#portal_slideshow{
position:relative;
float:left;
width:743px;
height:272px;
}

#content #portal_slideshow div img{
position:absolute;
top:10px;
left:300px;
}

#content #portal_slideshow div p.title{
position:absolute;
top:48px;
left:48px;
padding:0px 0px 0px 5px;
display:block;
border-left:2px solid #F4E719;
font-size:32px;
color:#000000;
}

#content #portal_slideshow div p.title a{
background:url('/images/arrow_yellow.gif') no-repeat 0px 3px;
padding:0px 0px 0px 15px;
color:#EBDB28;
font-size:13px;
text-decoration:none;
display:block;
}


