/*Specific CSS for the group site*/

body {
    background:transparent url(../images/body_bg.png) repeat scroll 0 0 ;
    min-height:100%;
    position:relative;
}
 
#groupmain {
	display: block;
	float: left;
	width: 965px;
    margin: 0;
}
 
	#groupcontent {
		width: 100%;
		overflow: hidden;
        position: relative;
	}
 
 
#header #logo h1 a {
	background:transparent url(../images/logo_group.gif) no-repeat 0 0;
}
 
.groupsite #container {
	background-image: url(../images/container_bg2.png);
}

#stage {
	position: relative;
    width: 965px !important;
    height: 453px !important;
	overflow: hidden;
}

#stage img {
    max-height: 383px !important;
}

.single-slide img {
    width: 965px !important;
}

div.group-slideshow {
}

    #stage .single-slide {
    	position: relative;
    }

    #stage .single-slide,
    #stage .single-slide a{
    	text-decoration: none;
        color: white !important;
    }
    
    #stage .single-slide a:hover{
        color: #E5E5E5 !important;	
    }	

    #stage div.slide-caption-wrapper{
    	background: url(../images/groupsite_slide_footer.png) 0 bottom no-repeat;
        padding: 0px 15px;
        height: 70px;
    	width: 100%;
    }

        #stage div.slide-caption span.slide-caption-head{
            background: transparent;
            font-size: 20px !important;
            font-weight: bold !important;
            padding: 0px !important;
            padding-top: 6px !important;
            margin: 0px !important;
            display: block;
        	width: 965px;
        	height: 32px;
        }

        #stage div.slide-caption span.slide-caption-body{
            background: transparent;
            font-size: 15px;
            font-weight: normal;
            padding: 0 !important;
            margin: 0 !important;
        	width: 500px;
        }

        div.slide-caption a,
        #stage div.slide-caption span.slide-caption-body a,
        #stage div.slide-caption span.slide-caption-head a{
            text-decoration: none !important;
            color: #fff !important;
        }
        
div#loading-image{
    width: auto !important;
    height: 453px !important;
}

img.group-loading{    
    padding: 190px 360px !important;
}


 
 
#group-teasers {
	margin: 15px 0;
    padding-bottom: 15px;
}
 
    #group-teasers li {
    	float: left;
    	width: 181px;
    	margin: 0 15px 0 0;
    	list-style: none;
    	margin-bottom: 15px !important;
    	overflow: hidden;
    	background: transparent;
    }
 
    #group-teasers div.teaser-caption{
	    background: transparent url(../images/rhc_footer_white.png) 0 bottom no-repeat;
        margin: 0px;
        padding-top: 5px !important;
    }
 
	    #group-teasers li img{
	        height: 137px;
	    }
 
		#group-teasers li strong,
		#group-teasers li span {
			font-size: 15px;
			display: block;
			line-height: 1.1;
			padding: 5px 15px 0 15px;
			background: url(../images/icon_heart.gif) 95% 5px no-repeat;
		}
 
		#group-teasers li a:hover {
			color: #222;	
            text-decoration: none;
		}
 
		#group-teasers li span {
			padding-top: 2px;
		}
 
		#group-teasers li span {
			font-size: 13px;
			padding-bottom: 10px;
			background: no-repeat;
		}
 
	#group-teasers li.last {
		margin-right: 0;
	}
