﻿.showcasetag {
	float: right;	
}
.showcaselabel {
	display: none;
}
div.showcasetitle
{
    padding-top:10%;
    padding-bottom:20px;
    text-align:center;
    width:100%;
}
.showcasetitle span
{
    width:100%;
    text-align:center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Courier New' , Courier, monospace;
    text-transform: capitalize;
    font-style: italic;
    text-decoration: none;
    text-align:left;
}

* {
	margin: 0px;
	padding: 0px;
}

:focus {
	outline: none;
}

/* General styles ------------------------- */

.showcase 
{
	position: relative;
}

#horizontal1ul,#horizontal2ul
{
    margin-left:10px;
    width:140px;
	height: 401px;
    visibility:hidden;
}
#content  
{
    position:relative;
    min-height:500px;
}
.showcasein
{
    width:176px;
    height: 100%;
    margin-left:10px;
    margin-right:10px;
    border-width: 6px;
    border-color: #555555;
    border-style: none dashed none dashed;
}
#horizontal1
{
    height: 100%;
    width: 210px;
    background-color: Black;
    position: absolute;
    top: 0%;
    left: 0px;
}
#horizontal2
{
    height:100%;
    /*width:200px;*/
    background-color:Black;
    position:absolute;
    top:0%;
    right:0px;
}
.showcase ul li {
	width: 140px;
	height: 115px;
	float: left;	
	list-style-type: none;	
	background-color:black;
}
.ashowcase ul li:hover {
	border:solid 1px #0557ab;
	cursor:pointer;
}

.showcase ul li a {
	display: block;	
	width: 100%;
	height: 100%;
	text-decoration:none;
	cursor:pointer;
	background-position:0px 0px;
	background-repeat:no-repeat;
	border:solid 8px #555555;
}

.showcase ul li a span {
	cursor:pointer;
	display: block;	
	width: 100%;
	height: 100%;
	font-size:10px;
	padding-top:51px;
	text-align:center;
}

.showcase li a img {
	width: 100%;
	height: 100%;
}

.showcase ul {
	position: relative;
	width: 100%;
	height: 100%;	
}
.showcase a
{
    display:block;
}

