.bannerTabbedBlockNormal {
    position:relative;
    width:515px;
    height:200px;
    /*border:3px double gray;*/
    background-color:#FEEFAE;
	float:left; 
	margin-right:5px;
	*margin-right:3px;
}

.bannerTabbedBlockNormal img {
    width:515px;
    height:200px;
}

.bannerTabbedBlockNormal .anaResim {
    position: absolute;
    background-color:white;
    width:515px;
    height:200px;
    border:2px solid #CCCCCC;
	overflow:hidden;    
}

.bannerTabbedBlockWide {
    position:relative;
    width:774px;
    height:204px;
    /*border:3px double gray;*/
    background-color:#FEEFAE;
	float:left; 
}

.bannerTabbedBlockWide img {
    width:774px;
    height:200px;
}

.bannerTabbedBlockWide .anaResim {
    position: absolute;
    background-color:white;
    width:774px;
    height:200px;
    border:2px solid #CCCCCC;
	overflow:hidden;    
}

.bannerTabbedBlockPp {
    position:relative;
    width:345px;
    height:220px;
    /*border:3px double gray;*/
    background-color:#FEEFAE;
	float:left; 
}

.bannerTabbedBlockPp img {
    width:345px;
    height:220px;
}

.bannerTabbedBlockPp .anaResim {
    position: absolute;
    background-color:white;
    width:345px;
    height:220px;
    border:2px solid #CCCCCC;
	overflow:hidden;    
}

.controls	{
    position: absolute;
    top: px; *top: 0px; right: 0px;
    list-style-type: none;
}

.controls a	{
	color:#FFFFFF;
	font-weight:bold;
	font-family:verdana;
	text-decoration: none;
}

.controls li 	{
    float: left;
    font-size: 12px;
    margin: 5px;
    padding: 2px 7px;
    background:#FE7C07;
    text-decoration: none;
    outline: none;
	cursor: pointer;
}
.controls li.active	{
	border: 2px solid #fff;
}

