@CHARSET "UTF-8";
ul.featured-posts li {
	list-style: none;
	background: none;
	padding: 0;
}

div#slideshowFeaturedPosts.group_items-box {
	height: 330px;
}

div#slideshowFeaturedPosts.group_items-box div.group_items {
	height: 330px !important;
}

div#slideshowFeaturedPosts.group_items-box div.scroll-item {
	width: 614px;
	height: 330px;
}

div#slideshowFeaturedPosts.group_items-box .scroll-item h3.post-box-title {
	position: absolute; /* absolute position (so we can position it where we want)*/  
    top: 0px; /* position will be on bottom */  
    left: 0px;  
    width: 100%;
    padding: 5px;
    margin: 5px 5px 0 -13px !important;
    /* styling bellow */  
    background-color: white;  
    font-size: 1.5em; 
    font-weight: bold;
    text-align: right;
    color: black;  
    opacity: 0.8; /* transparency */  
    filter: alpha(opacity=60); /* IE transparency */
}

.featured-box {
	clear: none;
	margin: auto;
	text-align: left;
}