/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.Şub.2014, 17:08:05
    Author     : zide
*/

#shower{
	width:600px;
	height:350px;
	overflow:hidden;
	position:relative;
}
#slider-img{
	height:260px;
	width:600px;
	position:relative;
	overflow:hidden;
        z-index: 10;
}
#slider-img img{
    border-style: none;
}
#slider-img > .sw-img-container
{
	height:1250px;
	width:600px;
	position:absolute;
        display: block;
}
#slider-img  > .sw-img-container > .sw-img
{
	text-align:center;
	height:260px;
}

#slider-text{
	background:url(golge.png) repeat-x top;
    height:100px;
	position:relative;
	overflow:hidden;
}

#slider-text > .wrap {
	height:70px;
	width:600px;
	position:relative;
	overflow:hidden;
	top:10px;
	}
#slider-text > div > .sw-text-container
{
	width:600px;
	height:500px;
	position:absolute;
}

#slider-text >div>  .sw-text-container > .sw-text
{
	padding-top:8px;
	text-align:center;
	height:100px;
}

#slider-text >div>  .sw-text-container > .sw-text h1
{
	font-size:1.4em;
	margin:1px;
}
#slider-text >div>  .sw-text-container > .sw-text h1 a
{
	text-decoration:none;
	color:#CC0033;
}

#slider-text >div>  .sw-text-container > .sw-text span
{
	font-size:0.9em;
	font-weight:normal;
}