﻿
#threeways
{
    position:relative;
    top:0px;
    left:15px;
    z-index:-1;
}

#get-crafty-outer
{
    position:relative;
    top:4px;
    left:20px;
    height:320px;
    border:solid 0px black;
}

#getcrafty img {
	margin:0 20px 10px 0;	
	cursor:pointer;	
}

 #image-left
 {
     
     left:0px;
     top:0px;
     border:0px;
 }
 
 #image-center
 {
     position:relative;
     left:-7px;
     top:2px;
     border:0px;
 }
 
 #image-right
 {
     position:relative;
     left:-15px;
     top:0px;
     border:0px;
 }

.description {
	background-color:#ffffff;
	border:1px solid #999;	
	width:665px;
	min-height:80px;
	display:none;
	margin-top:17px;
	-moz-border-radius:4px;
	padding:0 20px;
	z-index:99;
	top:100px;
	left:10px;
}

.description .arrow {
	width:34px;
	height:34px;
	background:transparent url(/images/tooltip/yellow.png) repeat scroll 0 -68px;
	margin-top:-28px;
	margin-left:77px;
	font-size:1px;
	position:relative;
}

#boutique .arrow {
	margin-left:316px;	
}

#parties .arrow {
	margin-left:560px;	
}



#check-this-out
{
    left:-9px;
    top:69px;
    width:197px;
    height:198px;
    border:solid 0px black;
    background-image: url(/images/checkthisoutbox.png);
    position:absolute;
}

#check-this-out div
{
    text-align:center;
    padding:30px 0px 0px 0px;
    font-size:11px;
}

