#contentCarousel {
    width:884px;
    background: url(../images/common/bgMain.jpg) repeat-y center;
    float:left;
}

/* general carousel styles - don't change these unless neccessary for integration */

.carousel {
    margin: 0;
    width: 884px;
    overflow: hidden;
	position:relative;
}
.carousel .top {
    margin: 0 0 0 85px;
    width: 684px;
    float:left;
    display: inline;
}
.carousel .bottom {
    width: 624px;
    overflow: hidden;
    float:left;
    padding: 0 0 0 60px;
    background: url(../images/carousel/background.gif) repeat-y -55px 0;
    display: inline;
}
.carousel h3 {
    margin: 0;
    padding: 0;
    height: 40px;
    text-indent: -10000px;
    background: url(../images/carousel/videos-title.gif) no-repeat center;
}
.carousel .page, .carousel .display {
    float: left;
    line-height: 40px;
    margin: -30px 60px -10px 60px;
    font-size: 1.1em;
    color: #562409;
}
.carousel .page {
    float: right;
}
.carousel .display ul {
    display: inline;
    margin: 0;
    padding: 0;
}
.carousel .display ul li {
    display: inline;
    margin: 0;
    padding: 0 0 0 0.5em;
    text-decoration: underline;
    cursor: pointer;
}
.carousel .display ul li.selected {
    text-decoration: none;
    cursor: default;
}
.carousel .left,
.carousel .right {
    float: left;
    width: 43px;
    margin: 0 -16px 0 -50px;
    background: url(../images/carousel/navigation-arrows.gif) no-repeat left center;
    text-indent: -10000px;
    cursor: pointer;
    height: 95px;
    margin-bottom: -68px;
    display: inline;
}
.carousel .right {
    background-position: right center;
    position: relative;
    left: 632px;
}
.carousel .container {
    width: 584px;
    overflow: hidden; 
}
.carousel .scroller {
    width: 10000px;
    overflow: hidden; 
}
.carousel .bottom ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    overflow: hidden;
}
.carousel .bottom li {
    float: left;
    padding: 0;
    margin: 10px 10px 10px 0;
    display: inline;
    height: 80px;
}
.carousel .bottom li img {
    width: 128px;
    height: 72px;
    margin: 4px;
    float: left;
}
.carousel .bottom li a,
.carousel .bottom li div {
    margin-left: -136px;
    display: block;
    float: left;
    width: 136px;
    height: 80px;
    text-indent: -1000000px;
    background: url(../images/carousel/thumbnail-overlay.png) no-repeat top;
    _background-image: url(../images/carousel/thumbnail-overlay.gif); /* for ie6 */
    outline: none;
    text-align: center;
    text-decoration: none;
    color: #ffdf90;
    line-height: 80px;
}
.carousel .bottom li a:hover,
.carousel .bottom li div:hover,
.carousel .bottom li div.hover {
    background-position: bottom;
}
.carousel .bottom li p {
    clear: left;
    height: 16px;
    color: #a19d60;
    text-transform: uppercase;
    font: bold 1.1em/16px arial;
    margin: 0;
    padding: 0;
    width: 119px;
    overflow: hidden;
    white-space: nowrap;
}

/* specific carousels */

#videos h3 {
    background-image: url(../images/carousel/videos-title.gif);
}
#videos .bottom li span {
    float: left;
    width: 128px;
    height: 72px;
    overflow: hidden;
    display: block;
    margin: 4px;
}
#videos img {
    height: 96px;
    margin: -12px 0 0 0;
	cursor: pointer;
}
#screenshots h3 {
    background-image: url(../images/carousel/screenshots-title.gif);
}
#wallpapers h3 {
    background-image: url(../images/carousel/wallpapers-title.jpg);
    background-position: center bottom;
    margin-top: 40px;
    height: 40px;
}
#wallpapers {
    background: url(../images/carousel/wallpapers-background.jpg) 24px -10px;
}
#wallpapers .page {
    color: #ffdf90;
}
#wallpapers .top {
    padding-bottom: 26px;
}
#wallpapers .bottom {
    background: none;
}
#wallpapers .left, #wallpapers .right {
    background-image: url(../images/carousel/navigation-arrows-wall.gif);
}
#wallpapers .bottom li div a {
    background: none;
    height: 20px;
    line-height: 20px;
    margin: 10px 0 -10px 0;
    float: none;
}
#wallpapers .bottom li div:hover a,
#wallpapers .bottom li div.hover a {
    text-indent: 0;
}
#wallpapers .bottom li a:hover {
    text-decoration: underline;
}
#wallpapers .bottom li a,
#wallpapers .bottom li div {
    /*background-image: url(../images/carousel/thumbnail-overlay-wall.png);
    _background-image: url(../images/carousel/thumbnail-overlay-wall.gif);*/ /* for ie6 */
}