.p7HSM_showall {
	color: #006666;
}
.p7HSM_showall:hover {
	color: #999999;
}
.p7HSM01 {
	border: 1px solid #333333;
}
/* viewport div */
.p7HSM01 .p7HSM_vp_wrapper {
	border: 0;
}
.p7HSM01 .p7HSM_vp {
	position: relative;
	border: 0;
	width: 100%;
}
/* scrolling div */
.p7HSM01 .p7HSM_sc {
	position: relative;
	left: 0px;
}
/* content div */
.p7HSM01 .p7HSM_content {
	padding: 12px;
}
.p7HSM01 .p7HSM_content p {
	margin: 0;
}
.p7HSM01 .p7HSM_content img {
	border: 0;
}
/*Wrapper for all tools*/
.p7HSM01 .p7HSMdragchannel {
	background-image: url(img/p7HSM01_dbbg.gif);
	background-repeat: repeat-x;
	background-color: #121212;
	width: 100%;
	display:none;
}
.p7HSM01 .p7HSMdragchannel em {
	display: none;
}
/*First Buttom*/
.p7HSM01 .p7HSMdragchannel .toolbar_left {
	width: 44px;
	float: left;
}
.p7HSM01 .p7HSMdragchannel .scroll_left {
	float: left;
	width: 22px;
}
.p7HSM01 .p7HSMdragchannel .scroll_left a {
	background-image: url(img/p7HSM01_dbleft.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 22px;
}
/*SECOND BUTTON*/
.p7HSM01 .p7HSMdragchannel .pauseplay {
	width: 22px;
	float: left;
}
.p7HSM01 .p7HSMdragchannel .pause {
	background-image: url(img/p7HSM01_psplay.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 22px;
}
.p7HSM01 .p7HSMdragchannel .play {
	background-image: url(img/p7HSM01_psplay.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 22px;
	background-position: 0px -40px;
}
/*Drag Bar and Button*/
.p7HSM01 .dragbar {
	position: relative;
	float: left;
	z-index: 1;
	height: 20px;
}
.p7HSM01 .dragbutton {
	position: absolute;
	z-index: 2;
	height: 20px;
}
.p7HSM01 .dragbutton a {
	background-image: url(img/p7HSM01_dbdrag.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 62px;
	display: block;
}
/*Third Button*/
.p7HSM01 .p7HSMdragchannel .toolbar_right {
	float: right;
	width: 22px;
}
.p7HSM01 .p7HSMdragchannel .scroll_right {
	width: 22px;
	float: right;
}
.p7HSM01 .p7HSMdragchannel .scroll_right a {
	background-image: url(img/p7HSM01_dbright.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 22px;
}
/*Toolbar Hover classes*/
.p7HSM01 .p7HSMdragchannel .scroll_left a:hover, .p7HSM01 .p7HSMdragchannel .scroll_right a:hover, .p7HSM01 .p7HSMdragchannel .pause:hover, .p7HSM01 .dragbutton a:hover {
	background-position: 0px -20px;
}
.p7HSM01 .p7HSMdragchannel .play:hover {
	background-position: 0px -60px;
}
.p7HSM01 .clearfloats {
	display: block;
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.p7HSM_sc table {
	table-layout:auto;
}
.p7HSM01 td {
	border: 0 !important;
}

/* ------------- Home Page Featured Work ----------------------------*/
#portfolio{
width: 4330px; 
margin:10px 0 20px 0;
float:left;
}
#portfolio ul {
float: left;
margin: 0px;
padding: 0px 0 0px 0px;
overflow: hidden;
list-style: none;
}

#portfolio ul li {
float: left;
display:inline;
width: 230px;
padding: 0;
height: 160px;
margin: 10px 10px 0 0;
background-color:#322532;
overflow: hidden;
}

#portfolio ul li a { font: 14px Georgia, Arial, sans-serif; font-weight: bold; width: 100%; height: 381px; text-decoration: none; color: #9c639f; display:block;}
#portfolio ul li a img { margin: 0 0 5px 0; border: 3px solid #9c639f;}
#portfolio ul li a span { display: block; font: 12px Arial, Tahoma, serif; font-weight: normal; color: #fff; margin-top:0px; padding:5px; text-align:justify; }
#portfolio ul li a:hover { color: #ffa200; background: #360034; }
#portfolio ul li a:hover span { color: #9c639f !important; }
#portfolio ul li a:hover img { border: 3px solid #f9a11b;}
