/* CSS Document */

div#homeCarousel {
display:block;
height: 390px;
margin: 10px 200px 0 10px;
background: #ffffff url(../images/carousel_BG_LG.gif) no-repeat;

font-size:14px;
color: #7B1613
}

#storyContainer {
display:block;
float:left;
}

.storydiv {
    height:120px;
    width:300px;
	position:relative;
    padding-left:128px;
	margin: 0;
	color:#666666;
	font-size:11px;
	font-weight:normal;
}

.storydiv h4 {
font-size:14px;
color: #52421C;
padding-top: 8px;
margin-bottom: 8px;
}

.storydiv img.attachment-thumbnail {
position:absolute;
top: 6px;
left:0px;
}

/*#story1 {
    background: url(../images/home_thumb01.jpg) no-repeat;
	background-position: left 10px;
}

#story2 {
    background: url(../images/home_thumb02.jpg) no-repeat;
	background-position: left 10px;
    display:none;
}

#story3 {
    background: url(../images/home_thumb03.jpg) no-repeat;
    display:none;
	background-position: left 10px;
    display:none;
}

#story4 {
    background: url(../images/home_thumb04.jpg) no-repeat;
    display:none;
	background-position: left 10px;
    display:none;
}*/

.storyDesc{
    padding-top: 10px; 
    padding-right: 8px;
    display:block;
}

.fStory {
     padding-top: 10px;
     display:block;
     font-weight:bold;
	 color: #FF9800;
}

.fstory a {
color: #FF9800;
}

#carouselNav {
display: block;
width: 212px;
float:left;
font-size:14px;
padding: 4px;
margin: 10px 10px 20px 10px;
}

#carouselNav span {
display:block;
margin:0;
border-top: solid 1px #C6AB9A;
}

#carouselNav span#nav1 {
margin-top: 10px;
}


#carouselNav span a {
display:block;
color: #A53F1A;
font-size:12px;
text-decoration:none;
padding: 4px 6px;
margin: 0 20px 0 0;
background: none;
}

#carouselNav span#next a {
font-size:10px;
margin-top: 8px;
color: #A53F1A;
}

#carouselNav span#next a:hover {
color: #ffffff;
}

#carouselNav a:hover {
color: #ffffff;
background:url(../images/links_bullet4.gif) no-repeat;
background-position: 194px 14px;
}

.selStory {
	background:#C6AB9A;
}

#nav1.selStory a, #nav2.selStory a, #nav3.selStory a, #nav4.selStory a {
background:url(../images/links_bullet3.gif) no-repeat;
background-position: 194px 14px;
}




