/* already in css start */

A IMG {
    border: 0;
}

A {
    text-decoration: none;
}
/* already in css end */
        
DIV.scroller { 
    /* modify width and height of scrolling section if necessary */		
    width: 299px; 
    height: 182px;
    overflow: hidden;
}

DIV.scroller DIV.section {
    /* modify width and height of each section as needed (should match the size of the scroller window)	*/		
    width: 293px;
    height: 182px;
    overflow: hidden;
    float: none;
	padding: 0 8px 0 0;
	background:url(../img/border3.gif) bottom left no-repeat;
}

DIV.scroller DIV.scroller-content {
    height: 10000px;
}
#nextbutton{
	margin-top:3px;
}
#previousbutton, #nextbutton {
    width: 299px;
    text-align: center;
	height:12px;
}

#previousbutton img, #nextbutton img{
	border:0;
	float:none !important;
}

DIV.scroller DIV.imageunit {
    float: right;
	margin-right:8px;
}

DIV.scroller IMG.image {
    border: solid 5px #fff;
    display: block;
}

DIV.scroller H3 {
    color: #D8F33D;
    font-weight: bold;
    width: 170px;
}

DIV.scroller .description {
    width: 170px;
    height: 42px;
    float: left;
    overflow: hidden;
    line-height : 14px;
}

DIV.scroller .play {
    display: block;
    margin: -17px 0 0 57px;
	border:0 !important;
}

DIV.scroller .play img{
	border:0;
}

DIV.section A {
	cursor: pointer;
}

#my-glider{
	border:0;
}

#my-glider img{
	float:none;
}

#my-glider .yt-thumb{
	width:83px;
}

#my-glider .job{
	height:72px;
	padding:10px 0 0 0;
	background:url(../img/border3.gif) top left no-repeat;
	margin-bottom: 8px;
	overflow:hidden;
}
