/* styles for portfolio */


.port-title
{
	font-size: 18pt;
	margin: 0px;
	border-bottom: 2px dotted #EC1D90;
	font-style: italic;
	font-weight: bold;
}


.port-subtitle
{
	font-size: 12pt;
	margin: 0px;
	text-align: right !important;
	font-style: italic;
}

.port-link
{
	border: 3px solid #666;
}

.sample-view
{
	margin-top: 10px;
	text-align: center;
}

.link-close
	{
	float: right;
	width: 150px;
	margin-top: 3px;
	text-align: right;
	}

.link-close a:link
{
	font-weight: bold;
	color: #EC1D90;
	text-decoration: none;
}

.link-close a:visited
{
	font-weight: bold;
	color: #EC1D90;
	text-decoration: none;
}

.link-close a:hover
{
	font-weight: bold;
	color: #F0C7D9;
	text-decoration: none;
}

#loading
	{
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	width: 620px;
	height: 450px;
	position: absolute;
	z-index: 1000;
	background: #000;
	text-align: center;
	}

#loading h2
	{
	color: #EC1D90;
	border: 0px;
	}

.nav-links
	{
	text-align: center !important;
	font-size: 14px;
	}

.nav-links a:link
{
	font-weight: bold;
	color: #EC1D90;
	text-decoration: none;
}

.nav-links a:visited
{
	font-weight: bold;
	color: #EC1D90;
	text-decoration: none;
}

.nav-links a:hover
{
	font-weight: bold;
	color: #F0C7D9;
	text-decoration: none;
}

.sample-view img
{
border: 1px solid #333;
}

#left-arrow
{
    position: relative;
    top: 100px;
    left: 20px;
    width: 25px;
}

#right-arrow
{
    position: relative;
    top: 75px;
    left: 570px;
    width: 25px;
}

.arrow
{
    cursor: pointer;
}

/* Side Scroller */

#scroll-box 
{
    margin-left: 50px;
    margin-top: -75px;
    width: 520px;
    height: 553px;
    position:  absolute;
    overflow: hidden;
}

#page-container
{
    width: 2600px;
    height: 550px;
    position: absolute;
}

.page
{
    width: 510px;
    float: left;
    height: 550px;
    margin-right: 10px;
    color: #666;
    text-align: center;
    
}

.page p
{
	text-align: left;
}

.page img
{
	border: 1px solid #999;
}