@charset "utf-8";
/* CSS Document */

#slider {
	width: 685px;
	margin: 0 0;
	position: relative;
	float:left;
	border: 1px solid #ccc;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#slider .panel img
{
	float:none;
	padding:0;
	margin:0 0 5px 0;
	width:180px;
}


.scroll {
	overflow: hidden;
	width: 685px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 204px;
	height: 250px;
}



.inside {
	padding: 10px;
	margin:2px 2px 10px 2px;
	border: 1px solid #ccc;
	float:left;
	width:200px;
	height:220px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

#container-left div.inside a img {
	border: 0px solid #CCC;
	margin: -10px 0px 4px 0;
	padding:0 0px;
	width: 100%;
	height:150px;
	float:left;
        
}

.inside h2 {
	font-weight: bold;
	color: #ec6400;
	font-size: 12px;
	line-height:18px;
	margin: 0 0 8px 0;
}

#container-left div.inside h3 {
	margin:0;
        font-size: 14px;
	font-weight:500;
        line-height: 18px;
        text-transform: uppercase;
	padding:0;
}

#container-left div.inside h3 span
{
	font-size:12px;
	padding: 5px;
        margin: 10px 0 0 0px;
        text-transform: uppercase;
        background: #ffd054;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

#container-left div.inside h4
{
	background: url(images/price.png);
        padding: 5px 0 0 0;
        margin: -60px -10px 0 0;
        float: right;
        height: 35px;
        width: 100px;
        background-size: 100px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 16px;
}


img#scrollimg
{
	border:0;
	color:#FFF;
}
.scrollButtons {
    position: absolute;
    top: 220px;
    cursor: pointer;
	border:0;
}

.scrollButtons.left {
    left: 10px;
}

.scrollButtons.right {
    right: 10px;
}

.hide {
    display: none;
}

#container-left .panel h2
{
	font-size:12px;
}