/* Start of CMSMS style sheet 'Rotator 1' */
/* right rotator side containing big image and summary text */
.summaryWrapper { 
z-index:1;
float: left; 
display: inline; 
width: 600px; 
height: 350px; 
position: relative;
margin-bottom: 20px;
margin-right: 20px;
border: 1px solid #ccc;
}

.summaryImage { 
width: 600px; 
height: 350px; 
}

.summaryContent { 
width: 600px; 
height: 100px; 
background: #000; 
z-index: 999; 
color: #fff; 
position: absolute; 
right: 0; 
top: 250px;}



.summaryContent div { 
padding: 10px;}

.summaryContent h2 a { 
font-size: 22px; 
color: #eee;
text-decoration: none;}












/* right rotator side containing big image and summary text */
.summaryWrapper2 { 
float: left; 
display: inline; 
width: 290px; 
height: 180px; 
position: relative;
margin-bottom: 20px;
margin-right: 18px;
border: 1px solid #ccc;
}

.summaryImage2 { 
width: 290px; 
height: 180px; 
}

.summaryContent2 { 
width: 290px; 
height: 70px; 
background: #000; 
z-index: 999; 
color: #fff; 
position: absolute; 
right: 0; 
top: 110px;}



.summaryContent2 div { 
padding: 10px;}

.summaryContent2 h2 a { 
font-size: 14px; 
color: #eee;
text-decoration: none;}
/* End of 'Rotator 1' */

