/* {
	margin: 0;
	padding: 0;
}

body { 
    font: 11px Helvetica, Arial, sans-serif;
}
*/
#wrapper {
height:473px;
width:720px;

    /*margin: 25px auto;*/
}

#intro {
    padding-bottom: 10px;
}

#slider {
height:460px;
margin-top:40px;
position:relative;
width:620px;
}

.scroll {
	overflow: hidden;
    margin: 0 auto;
    position: relative;
    width:640px;
    height:473px;
}

.scrollContainer {
	position: relative;
	left:0px;
}

.scrollContainer div.panel {
	height:473px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../../jQuery/slidegallery/imgSlideGallery/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../../jQuery/slidegallery/imgSlideGallery/rightshadow.png) repeat-y;
}

.inside {
	width:620px;
	height:460px;
	text-align:center;
}

.inside img {
	/*border: 1px solid #666;*/
	/*width: 250px;*/
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}


.scrollButtons {
    position: absolute;
    top: 187px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}

.ItemVideo
{
  display:block;
  width: 170px;
}
  
.ItemVideoInternal
{
  width: 170px;
}

.sliderFileName
{
    text-align:left;
    color:#868889;
    font-size:13px;
}
