﻿/*************************************
                Reset
*************************************/

html {
	margin:0;
	padding:0;	
	outline:0;
	vertical-align:baseline;	
	overflow-y: scroll;
}

body {
    /*overflow-x:hidden;*/
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
* { 
    padding:0; 
    margin:0; 
}

/*************************************
        GENERAL DECLARATIONS
*************************************/

body {
	font-size:100.01%;
	font-family:Tahoma,times,serif;
	background: #ffffff;
}
a
{
	text-decoration:none;
	color: #cc9900;
}
a:hover
{
	text-decoration:none;
	color: #ffffff;
	background: #cc9900;
}
a:active { 
    outline:none; 
}
a:focus {
    -moz-outline-style:none;
}
.logo {
    float:left;
    width:319px;
    height:65px;
    position:absolute;
    top: 19px;
    left: 0px;
}

.logo:hover
{
    background: transparent;
}

.lightgray
 {
     color: #cccccc;
 }
 
 .lightgray:hover
 {
     color: #cccccc;
     background: transparent;
 }

img {
    border:0px;
}

.imgLeft {
    float: left;
    margin: 0 10px 10px 0;
}

.input {
    padding: 2px;
    font-size: 1.0em;
    border-top: solid 1px #b8b7b7;
    border-right: solid 1px #d6d5d5;
    border-bottom: solid 1px #d6d5d5;
    border-left: solid 1px #b8b7b7;
    background: #f8f6de;
    color: #666666;
}

.button {
    padding: 3px 10px;
    font-size: 1.0em;
    border-top: solid 1px #b8b7b7;
    border-right: solid 1px #d6d5d5;
    border-bottom: solid 1px #d6d5d5;
    border-left: solid 1px #b8b7b7;
    background: #dddddc;
    color: #666666;
}

.wrapperTop {
    float: left;
    width: 100%;
    background: transparent url(../images/bg_repeat.jpg) repeat-x 0 0;
}

.wrapperBtm 
{
    float: left;
    width: 100%;
    height: 3px;
}

.bgTop 
{
    float: left;
    width: 100%;
    min-height: 800px;
    background: transparent url(../images/bg_main.jpg) no-repeat top center;
}

.bgBtm
{
    bottom: 0px;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 15px 0;
    min-height: 160px;
    background: transparent url(../images/bg_footer.jpg) no-repeat bottom center;
}

.bgBtmNone
{
    bottom: 0px;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 15px 0;
    min-height: 160px;
}

.wrapperContent 
{
    width: 980px;
    margin: 0 auto;
    padding: 0;
}

.wrapperHeader
{
    float: left;
    width: 980px;
    height: 133px;
    margin: 0;
    padding: 0;
    position: relative;
}

.wrapperFooter 
{
    float: left;
    width: 100%;
    height: 75px;
    margin: 0;
    padding: 17px 0 0 0;
    text-align: center;
    line-height: 0.7em;
    color: #999999;
    font-size: 0.85em;
}

.wrapperFooter a
{
    color: #999999;
}

.wrapperFooter a:hover
{
    color: #ffffff;
}

.wrapperFooter li
{
    display: inline;
    padding: 0 5px 0 5px;
}

.wheel_banner 
{
    float: left;
    width: 950px;
    height: 330px;
    margin: 0;
    padding: 15px;
    background: transparent url(../images/wheels/1/banner.jpg) no-repeat 15px 15px;
    position: relative;
}

.contentBanner
{
    float: left;
    width: 950px;
    height: 300px;
    padding: 15px 15px 0 15px;
    background: transparent url(../images/default_banner.jpg) no-repeat 15px 15px;
    position: relative;
}

.contentBanner .bannerLink
{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 950px;
    height: 330px;
}

.contentBanner .bannerLink:hover
{
    background: transparent;
}

.contentBanner .stripe
{
    position: absolute;
    left: 15px;
    bottom: 0;
    background: #ffffff;
    height: 20px;
    width: 920px;
    padding: 15px;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
	font-size: 1.5em;
}

.contentBanner .title
{
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 20px;
    width: 920px;
    padding: 15px;
	font-size: 1.5em;
	color: #333333;
}

.contentMain 
{
    float: left;
    width: 950px;
    padding: 15px 15px 40px 15px;
}

.contentFull
{
    float: left;
    width: 950px;
}

.contentFull .section
{
    float: left;
    width: 950px;
    margin: 0 0 15px 0;
}

.contentFull .section .header
{
    float: left;
    width: 950px;
    height: 41px;
    margin: 0 0 15px 0;
    padding: 0;
    background: transparent url(../images/bg_headersFull.jpg) no-repeat 0 0;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: -1px;
    color: #333333;
    position: relative;
}

.contentFull .section .headerOrange
{
    float: left;
    width: 950px;
    height: 41px;
    margin: 0 0 15px 0;
    padding: 0;
    background: transparent url(../images/bg_headersFullOrange.jpg) no-repeat 0 0;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: -1px;
    color: #333333;
    position: relative;
}

.contentFull .section .headerRed
{
    float: left;
    width: 950px;
    height: 41px;
    margin: 0 0 15px 0;
    padding: 0;
    background: transparent url(../images/bg_headersFullRed.jpg) no-repeat 0 0;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: -1px;
    color: #333333;
    position: relative;
}

.contentFull .section .header .text
{
    height: 28px;
    margin: 0;
    padding: 13px 15px 0 0;
    position: absolute;
    left: 28px;
    top: 0;
    background: transparent url(../images/bg_headerRepeat.jpg) repeat-x 0 0;
}

.contentFull .section .header .r
{
    position: absolute;
    top: 14px;
    right: 15px;
    color: #cccccc;
    font-weight: bold;
    font-size: 0.7em;
    letter-spacing: 0px;
}

.contentFull .section .header .r a
{
    color: #cccccc;
}

.contentFull .section .header .r a:hover
{
    color: #cccccc;
    background: transparent;
}


.contentFull .section .headerOrange .text
{
    height: 28px;
    margin: 0;
    padding: 13px 15px 0 0;
    position: absolute;
    left: 28px;
    top: 0;
    background: transparent url(../images/bg_headerRepeatOrange.jpg) repeat-x 0 0;
}

.contentFull .section .headerRed .text
{
    height: 28px;
    margin: 0;
    padding: 13px 15px 0 0;
    position: absolute;
    left: 28px;
    top: 0;
    background: transparent url(../images/bg_headerRepeatRed.jpg) repeat-x 0 0;
}

.contentFull .section .container 
{
    float: left;
    width: 950px;
    margin: 0 0 15px 0;
}

.contentFull .section .containerGray
{
    float: left;
    width: 950px;
    margin: 0 0 15px 0;
    background: #f5f5f4;
}

.contentFull .section .containerGray .thumb
{
    float: left;
    width: 149px;
    height: 110px;
    margin: 0;
    padding: 0 2px;
    text-align: center;
}

.contentFull .section .containerGray .thumb img
{
    height: 90px;
}

.contentLeft 
{
    float: left;
    width: 630px;
}

.contentLeft .section
{
    float: left;
    width: 630px;
    margin: 0 0 15px 0;
}

.contentLeft .section .header
{
    float: left;
    width: 630px;
    height: 41px;
    margin: 0 0 15px 0;
    padding: 0;
    background: transparent url(../images/bg_headers.jpg) no-repeat 0 0;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: -1px;
    color: #333333;
    position: relative;
}

.contentLeft .section .header .text
{
    height: 28px;
    margin: 0;
    padding: 13px 15px 0 0;
    position: absolute;
    left: 28px;
    top: 0;
    background: transparent url(../images/bg_headerRepeat.jpg) repeat-x 0 0;
}

.contentLeft .section .header .r
{
    position: absolute;
    top: 14px;
    right: 15px;
    color: #cccccc;
    font-weight: bold;
    font-size: 0.7em;
    letter-spacing: 0px;
}

.contentLeft .section .header .r a
{
    color: #cccccc;
}

.contentLeft .section .header .r a:hover
{
    color: #cccccc;
    background: transparent;
}

.contentLeft .section .container 
{
    float: left;
    width: 630px;
    margin: 0 0 15px 0;
}

.contentLeft .section .containerGray
{
    float: left;
    width: 630px;
    margin: 0 0 15px 0;
    background: #f5f5f4;
}

.contentLeft .section .containerGray .fc1
{
    float: left;
    width: 130px;
    height: 24px;
    padding: 3px 0 0 0;
    text-align: right;
    font-weight: bold;
}

.contentLeft .section .containerGray .fc2
{
    float: right;
    width: 485px;
    height: 27px;
    text-align: left;
}

.contentLeft .section .container .thumb
{
    float: left;
    width: 280px;
    height: 187px;
    border-left: solid 5px #ffffff;
    border-top: solid 5px #ffffff;
    background: #ffcc01;
    position: relative;
}

.contentLeft .section .container .thumb img
{
    position: absolute;
    top: -5px;
    left: -5px;
}

.contentLeft .section .container .text {
    float: right;
    width: 332px;
    height: 100%;
}

.contentRight 
{
    float: right;
    width: 305px;
}

.contentRight .section
{
    float: left;
    width: 305px;
    margin: 0 0 15px 0;
}

.contentRight .section .header
{
    float: left;
    width: 305px;
    height: 41px;
    margin: 0 0 15px 0;
    padding: 0;
    background: transparent url(../images/bg_headers.jpg) no-repeat -645px 0;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: -1px;
    color: #333333;
    position: relative;
}

.contentRight .section .header .text
{
    height: 28px;
    margin: 0;
    padding: 13px 15px 0 0;
    position: absolute;
    left: 28px;
    top: 0;
    background: transparent url(../images/bg_headerRepeat.jpg) repeat-x 0 0;
}

.contentRight .section .row
{
    float: left;
    width: 305px;
    height: 63px;
    margin: 0 0 0 0;
    background: transparent url(../images/bg_sideRow.jpg) repeat-x 0 0;
    position: relative;
}

.contentRight .section .row img
{
    position: absolute;
    top: 7px;
    left: 7px;
}

.contentRight .section .row .text
{
    width: 218px;
    height: 30px;
    position: absolute;
    top: 7px;
    right: 7px;
    color: #333333;
    font-weight: bold;  
}

.contentRight .section .container 
{
    float: left;
    width: 305px;
    margin: 0 0 15px 0;
}

.contentRight .section .containerGray
{
    float: left;
    width: 305px;
    margin: 0 0 15px 0;
    background: #f5f5f4;
}

.contentRight .section .container .thumb
{
    float: left;
    width: 280px;
    height: 187px;
    border-left: solid 5px #ffffff;
    border-top: solid 5px #ffffff;
    background: #ffcc01;
    position: relative;
}

.contentRight .section .container .thumb img
{
    position: absolute;
    top: -5px;
    left: -5px;
}

.contentRight .section .container .text {
    float: right;
    width: 307px;
    height: 100%;
}

.contentFull
{
    float: left;
    width: 950px;
    margin: 0;
    padding: 0;
}

/*************************************
             TYPOGRAPHY
*************************************/

body {
    font:.8em Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    color:#666666;
}   /* IE */
h1,h2,h3,h4,h5,h6 {
    font-family:Tahoma;
    clear:both;
}
h1 { font-size: 1.2em; font-weight: bold;}
h2 { font-size:1.5em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:5px;}
h3 { font-size:1.1em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:5px;}
h3 a { margin-bottom:7px; color:#ffffff;}
h4 { font-size:0.9em; line-height:1.0; font-weight:normal;}
h5 { font-size:1em; font-weight:bold; }
h6 { font-size:2.1em; line-height:1.0em; font-weight:bolder; font-family:Helvetica, Arial, sans-serif; letter-spacing:-0.04em;}
p {
    margin:0px 0px 13px 0px;
}

/*************************************
             NAVIGATION
*************************************/

ul#navmenu li a span .h
{
    display: none;
}
ul#navmenu {
    width:980px;
    height:40px;
    margin:0;
    padding: 0 0 0 0;
    list-style:none;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
ul#navmenu li {
    float:left;
}
ul#navmenu li a {
    background:url(../images/nav_sprite.jpg) no-repeat scroll bottom left;
    display:block;
    height:40px;
    position:relative;
}
ul#navmenu li a.navHome {
    width:81px;
    background-position: 0px -40px;
}
ul#navmenu li a.navWheels {
    width:91px;
    background-position: -81px -40px;
}
ul#navmenu li a.navNews {
    width:77px;
    background-position:-172px -40px;
}
ul#navmenu li a.navGallery {
    width:95px;
    background-position:-249px -40px;
}
ul#navmenu li a.navProjects {
    width:105px;
    background-position:-344px -40px;
}
ul#navmenu li a.navDealers {
    width:97px;
    background-position:-449px -40px;
}
ul#navmenu li a.navFAQs {
    width:71px;
    background-position:-546px -40px;
}
ul#navmenu li a.navAboutUs {
    width:103px;
    background-position:-617px -40px;
}
ul#navmenu li a span {
    background:url(../images/nav_sprite.jpg) no-repeat scroll bottom left;
    display:block;
    position:absolute;
    top:0;
    left:0px;
    height:40px;
    width:100%;
    z-index:200;
}
ul#navmenu li a.navHome span {
    background-position: 0px 0px;
    cursor: hand;
}
ul#navmenu li a.navWheels span {
    background-position:-81px 0px;
    cursor: hand;
}
ul#navmenu li a.navNews span {
    background-position:-172px 0px;
    cursor: hand;
}
ul#navmenu li a.navGallery span {
    background-position:-249px 0px;
    cursor: hand;
}
ul#navmenu li a.navProjects span {
    background-position:-344px 0px;
    cursor: hand;
}
ul#navmenu li a.navDealers span {
    background-position:-449px 0px;
    cursor: hand;
}
ul#navmenu li a.navFAQs span {
    background-position:-546px 0px;
    cursor: hand;
}
ul#navmenu li a.navAboutUs span {
    background-position:-617px 0px;
    cursor: hand;
}

/*************************************
             MESSAGE BOXES
*************************************/

.errormsg
{
	float: left;
	width: 558px;
	margin: 0 0 15px 0;
	padding: 20px 10px 20px 60px;
	background: transparent url(../images/btn_error.png) no-repeat;
	background-position: 15px 15px;
	background-color: #eed4cb;
	border: solid 1px #fc0101;
}

.errormsg ul, .successmsg ul
{
	padding: 8px 0 0 20px;
}

.errormsg li, .successmsg li
{
	list-style-type: disc;
	font-weight: normal;
}

.successmsg
{
	float: left;
	width: 548px;
	margin: 0 0 15px 0;
	padding: 20px 10px 20px 60px;
	background: transparent url(../images/btn_success.png) no-repeat;
	background-position: 15px 15px;
	background-color: #d4efc6;
	border: solid 1px #4acf02;
}

/*************************************
             DEFAULT
*************************************/

.default_banner 
{
    float: left;
    width: 950px;
    height: 400px;
    margin: 0;
    padding: 15px;
    background: transparent url(../images/default_banner.jpg) no-repeat 15px 15px;
    position: relative;
}

.default_banner .bannerLink
{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 950px;
    height: 330px;
}

.default_banner a.bannerLink a, .default_banner a.bannerLink:hover
{
    background: transparent;
}

.default_banner .t1 
{
    font-size: 2.3em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.0em;
    position: absolute;
    top: 332px;
    left: 327px;
    color: #cc9900;
}

.default_banner .t2
{
    font-size: 1.5em;
    position: absolute;
    top: 340px;
    right: 15px;
}

.default_banner .t3
{
    position: absolute;
    top: 370px;
    width: 950px;
    height: 50px;    
}

.default_wheelCarousel 
{
    float: left;
    width: 955px;
    height: 148px;
    margin: 0;
    padding: 18px 0 0 32px;
    background: transparent url(../images/bg_bannerscroll.jpg) no-repeat top center;
    position: relative;
}

.default_wheelCarousel .container
{
    position: absolute;
    top: -25px;
}

.default_c1, .default_c2
{
    float: left;
    width: 305px;
    padding: 0 17px 0 0;
}

.default_c3
{
    float: right;
    width: 305px;
}

.default_c1 a:hover, .default_c2 a:hover, .default_c3 a:hover
{
    background: transparent;
}

.stepcarousel
{
    position: relative; /*leave this value alone*/
    border: 0;
    overflow: hidden; /*leave this value alone*/
    width: 924px; /*Width of Carousel Viewer itself*/
    height: 172px; /*Height should enough to fit largest content's height*/
    background: transparent;
}

.stepcarousel .belt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel
{
    float: left; /*leave this value alone*/
    margin: 0; /*margin around each panel*/
    padding: 41px 0 0 0;
    width: 132px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    height: 172px;
    position: relative;
}

.stepcarousel .panel img
{
    width: 132px;
}

.stepcarousel .panel .pop {
    position: absolute;
    top: 0px;
    left: 3px;
    display: none;
    background: transparent url(../images/tab_wheels.png) no-repeat;
    width: 127px;
    height: 29px;
    text-align: center;
    padding: 12px 5px 0 0;
    line-height:110%;
    color:#ffffff;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: -1px;
}

/*************************************
             WHEELS
*************************************/

.wheels_thumb {
    float: left;
    width: 237px;
    height: 261px;
    margin: 0 0 20px 0;
    position: relative;
    background: transparent url(../images/bg_wheelThumb.jpg) no-repeat center 152px;
    text-align: center;
}

.wheels_thumb a {
    background: transparent;
}

.wheels_thumb img {
    width: 215px;
}

.wheels_thumb .name {
    position: absolute;
    left: 20px;
    bottom: 4px;
    width: 197px;
    height: 29px;
    margin: 0;
    background: transparent url(../images/tab_wheelsBtm.jpg) no-repeat bottom center;
    padding: 13px 0 0 0;
    color: #ffffff;
}

.wheels_thumb .name:hover {
    background: transparent url(../images/tab_wheelsBtmOver.jpg) no-repeat bottom center;
    color: #333333;
}

.wheels_thumb .name:hover a {
    color: #333333;
}

.wheels_thumb .name a {
    color: #ffffff;
}

.wheels_thumb .name a:hover {
    background: transparent;
    color: #333333;
}

.stepcarouselWheelGallery
{
    position: relative; /*leave this value alone*/
    border: 0;
    overflow: hidden; /*leave this value alone*/
    width: 950px; /*Width of Carousel Viewer itself*/
    height: 630px; /*Height should enough to fit largest content's height*/
    background: transparent;
    margin: 0 0 15px 0;
}

.stepcarouselWheelGallery .belt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarouselWheelGallery .panel
{
    float: left; /*leave this value alone*/
    margin: 0; /*margin around each panel*/
    padding: 0;
    width: 950px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    height: 630px;
    position: relative;
}

/*************************************
             ABOUT
*************************************/

.stepcarouselAbout
{
    position: relative; /*leave this value alone*/
    border: 0;
    overflow: hidden; /*leave this value alone*/
    width: 630px; /*Width of Carousel Viewer itself*/
    height: 250px; /*Height should enough to fit largest content's height*/
    background: transparent;
}

.stepcarouselAbout .belt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarouselAbout .panel
{
    float: left; /*leave this value alone*/
    margin: 0; /*margin around each panel*/
    padding: 0;
    width: 630px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    height: 250px;
    position: relative;
}

.contStaffThumb 
{
    float: left;
    width: 101px;
    height: 130px;
    text-align: center;
    font-size: 0.9em;
    
}

/*************************************
             DEALERS
*************************************/

.contDealer 
{
    float: left;
    width: 227px;
    height: 95px;
    margin: 0;
    padding: 0 10px 0 0;
}

/*************************************
             PROJECTS
*************************************/

.contentRight .section .container .contProject
{
    float: left;
    width: 306px;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
}

.contentRight .section .container .contProject img
{
    float: left;
    width: 306px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.contentRight .section .container .contProject .bar
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 35px;
    width: 306px;
    background: #000000;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
	z-index: 1;
}

.contentRight .section .container .contProject .text
{
    position: absolute;
    bottom: 7px;
    left: 12px;
    height: 20px;
    width: 276px;
    z-index: 2;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: -1px;
    color: #cccccc;
}

.contentRight .section .container .contProject .text a,
.contentRight .section .container .contProject .text a:hover
{
    color: #cccccc;
    background: transparent;
}

.contentFull .section .container .contProjectL
{
    float: left;
    width: 305px;
    margin: 0 0 15px 0;
    padding: 0 17px 0 0;
    position: relative;
}

.contentFull .section .container .contProjectR
{
    float: right;
    width: 305px;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
}

.contentFull .section .container .contProjectL img, .contentFull .section .container .contProjectR img
{
    float: left;
    width: 305px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.contentFull .section .container .contProjectL .bar, .contentFull .section .container .contProjectR .bar
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 35px;
    width: 305px;
    background: #000000;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
	z-index: 1;
}

.contentFull .section .container .contProjectL .text, .contentFull .section .container .contProjectR .text
{
    position: absolute;
    bottom: 7px;
    left: 12px;
    height: 20px;
    width: 275px;
    z-index: 2;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: -1px;
    color: #cccccc;
}

.contentFull .section .container .contProjectL .text a, .contentFull .section .container .contProjectR .text a,
.contentFull .section .container .contProjectL .text a:hover, .contentFull .section .container .contProjectR .text a:hover
{
    color: #cccccc;
    background: transparent;
}

/*************************************
             GALLERY
*************************************/

.gallery_thumb {
    float: left;
    width: 237px;
    height: 100px;
    margin: 0 0 55px 0;
    position: relative;
    text-align: center;
}

.gallery_thumb a, .gallery_thumb a:hover
{
    color: #cc9900;
    background: transparent;
}

.gallery_thumb .name {
    position: absolute;
    top: 105px;
    left: 0px;
    width: 237px;
    height: 20px;
}

.contMakeThumb 
{
    float: left;
    width: 105px;
    height: 90px;
}

.makeThumb 
{
    float: left;
    width: 90px;
    height: 80px;
    border-left: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    background: #ffcc01;
    position: relative;
}

.makeThumb img
{
    position: absolute;
    top: -3px;
    left: -3px;
}