/* container for slides */
div#main {
    /*color: #fff;*/
    /*background-color: #405886;*/
    /*background-color: #eee;*/
    /*width: 650px;*/
    padding: 20px;
    margin: 20px 0 0 0;
}

#main_nav {
    position:relative;
    clear: left;
    overflow:hidden;
    background: url(/images/shadow1.png) no-repeat bottom center;
    min-height: 300px!important;
    height: auto!important;
    height: 300px;
    padding-bottom: 2em;
    margin: 1em 0;
    /*border-top: 1px solid #555;*/
}

.showcase {
    position:relative;
    width:20000em;
}

/* single slide */
.showcase div {
    /*position:relative;*/
    float: left;
    overflow:hidden;
    width: 950px;
    height: auto;
    padding-right: 10px;
}

/* single slide */
.showcase div h2 {
    padding: 0;
    margin: 1em 0;
}

.showcase div span.prodname {
    display: block;
    /*margin-top: -30px;*/
}

/* header */
.showcase h3 {
	font-size:150%;
	font-weight:bold;
	margin:0 0 20px 0;
}

#cnav {
    position: absolute;
    margin: 258px 0 0 800px;
    width: 180px;;
    z-index: 9999;
}

#cfams {
    display: inline;
    width: 0;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:30px 10px 30px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right {
    background:url(/images/rbs.png) no-repeat;
    display:block;
    width:77px;
    height:75px;
    cursor:pointer;
    /*float: right;*/
    /*background-position: 0 -30px; clear:right; margin-right: -20px;*/
}
a.right:hover 		{ background-position:left bottom; }
a.right:active 	{ background-position:left bottom; }


/* left */
a.left {
    background:url(/images/rbs.png) no-repeat right top;
    display:block;
    width:77px;
    height:75px;
    cursor:pointer;
    margin-left: -20px;
}
a.left:hover  		{ background-position:right bottom; }
a.left:active  	{ background-position:right bottom; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}

#showcase a.item_img {
	display: block;
	float: left;
	background: #f9f9f9;
	padding: 4px;
	margin: 1em 2em 1em 1em;
	border: 1px solid #bbb;

        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;

        box-shadow: 0px 0px 6px #000;
        -moz-box-shadow: 0px 0px 6px #000;
        -webkit-box-shadow: 0px 0px 6px #000;
}

#showcase a.item_img img {
        margin: 6px;
/*	border: 1px solid #bbb;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;*/
}

#showcase a.item_img:hover img {
	/*border: 1px solid #888;*/
}

#showcase h3 {
	margin: 6px 6px 0.6em;
}

#showcase div.item_desc {
    float: none;
    font-family: Georgia;
    font-size: 110%;
    width: auto;
}

