#orangetop
{
    border-left-width: 12px;
    border-right-width: 12px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    position: relative;
    height: 63px;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    -webkit-border-image: url(../images/purpltop.png) 0 12 0 12 stretch stretch;
}

#orangetop .hd
{
    position: relative;
    background-repeat: no-repeat;
    width: auto;
    min-height: 70px;
    height: auto;
    background-position: 50% 50%;
}

#orangetopwide
{
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    position: relative;
    height: 63px;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    -webkit-border-image: url(../images/purpltopwide.png) 0 6 0 6 stretch stretch;
}

#orangetopwide .hd
{
    position: relative;
    background-repeat: no-repeat;
    width: auto;
    min-height: 70px;
    height: auto;
    background-position: 50% 50%;
}

#wallthumbs
{
	height: 348px;
    position: relative;
	width: 300px;
    margin-left: auto;
    margin-right: auto;
	color: #fff;
	text-align: center;
	border-style: solid;
    border-width: 0 1px 1px 1px;
    -webkit-border-top-right-radius: 0px 0px;
    -webkit-border-top-left-radius: 0px 0px;
    -webkit-border-bottom-left-radius: 8px 8px;
    -webkit-border-bottom-right-radius: 8px 8px;
	background-color: rgb(23, 23, 23);
    border-color: rgb(184, 184, 184);
}

#wallthumbs #TL
{
	position: relative;
	float: left;
	width: 147px;
}

#wallthumbs #img1 {
    background-image: url(../images/wallthumb1.jpg);
}
#wallthumbs #img2 {
    background-image: url(../images/wallthumb2.jpg);
}
#wallthumbs #img3 {
    background-image: url(../images/wallthumb3.jpg);
}
#wallthumbs #img4 {
    background-image: url(../images/wallthumb4.jpg);
}

#wallthumbs div a
{
	position: relative;
	z-index: 10;
	display: block;
	height: 170px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

#wallthumbs #TR
{
	position: relative;
	float: left;
	width: 147px;
}

#wallthumbs #BL
{
	position: relative;
	float: left;
	width: 147px;
}

#wallthumbs #BR
{
	position: relative;
	float: left;
	width: 147px;
}

#wallthumbs #TL .img {left: 8px; top: 8px;}
#wallthumbs #TR .img {left: 4px; top: 8px;}
#wallthumbs #BL .img {left: 8px;}
#wallthumbs #BR .img {left: 4px;}
.wallpaper
{
	padding-bottom: 8px;
}
