/*-----------------------------previews & titel-------------------------------*/

.preview_shirt          {
			margin:auto;
                         position:absolute;
                         background:url('gfx/t-shirt.jpg');
                         width:357px;
                         height:321px;
                         top:256px;
                         left:12px;}
.preview_design          {
                         margin:auto;
                         position:absolute;
                         background:url('gfx/t-shirt-design.jpg');
                         width:360px;
                         height:321px;
                         top:256px;
                         left:369px;}


.shirt_titel             {
                         margin:auto;
                         position:absolute;
                         background:url('gfx/t-shirt-title.jpg');
                         width:740px;
                         height:69px;
                         top:577px;
                         }

/*-----------------------------buttom links-----------------------------------*/
.prevshirt               {
                         margin:auto;
                         position:absolute;
                         background:url('gfx/prevshirt.jpg');
                         width:95px;
                         height:78px;
                         top:30px;
                         left:68px;
                         }
.nextshirt               {
                         margin:auto;
                         position:absolute;
                         background:url('gfx/nextshirt.jpg');
                         width:95px;
                         height:78px;
                         top:30px;
                         left:230px;
                         }
h1.bh_text          {
                         position:absolute;
                         font-family:Arial,sans-serif;
                         font-size:30px;
                         line-height:30px;
                         color:#760101;
                         text-align:left;
                         white-space:normal;
                         top:25px;
                         left:220px;
                         font-weight:bold;
                         }