@charset "utf-8";
/* CSS Document */

/*****CATEGORY DETAIL IE HACKS********/
html*#mainContent #featuredItems {
]width:465px;
}

html*#mainContent #topTabs {
]width:325px;
}
/*****END OF IE HACKS********/



/* SlideShow */
:focus {
	outline: 0;
}

#catSlideshowMain {
width: 800px;
height: 300px;
position: relative;
margin: 0 0 10px 0;
background: #5B7553;
border: 2px solid #53674E;
overflow: hidden;
}

#catSlideshowMain .slide {
position: absolute;
top: 0px;
border-right: 2px solid #53674E;
left: 0px;
}

#catSlideshowMain .slide .slideText {
position: absolute;
left: 400;
top: 0px;
background-color: transparent;
width: 370px;
padding-left: 15px;
z-index: 1000;
    color:#fff;
}
#catSlideshowMain .slide .slideText h1 {
font-family: Georgia, Palatino, Times, Serif;
font-weight: bold;
line-height: 110%;
padding:0;
margin:18 0 0 0;   
}
#catSlideshowMain .slide .slideText p {
font-family: Arial, sans-serif;
font-weight: bold;
line-height: 130%;
width:370px;
margin-top: 15px;
font-size:170%;
text-align: justify;
}
#catSlideshowMain .slide a{color:#fff;}

#catSlideshowMain .thumbContainer {
position: absolute;
width: 620px;
left: 400px;
top: 240px; 
}

#catSlideshowMain .thumbContainer .selected {
background: url(../../images/carousel/reflectBorder.png) no-repeat;
*background-color: transparent;
height: 44px;
}

#catSlideshowMain .featureButton {
position: relative;
float: left;
left: 6px;
width: 59px;
margin: 0 4px 0 0;
overflow: hidden;
}

#catSlideshowMain .featureButton img {
position: relative;
border: 1px solid #fafafa;
margin-bottom: 2px;
*margin-bottom: 2px;
}

#catSlideshowMain .featureButton canvas {
background: url(../../images/carousel/reflectBorder.png);
margin-top: 2px;
*margin-top: 2px;
width: 62px !important;
}

#catSlideshowMain .featureButton.selected {
}
