div.spacegallery {
	overflow: hidden;
    height:260px;
    width:301px;
    z-index:99;
    top:0;
    left:0;
    position:relative;
}
.spacegallery img {
	position: absolute;
	left: 50%;
    border:0px gray solid;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/images/blank.gif');
}
.spaceGallery_right .spacegallerynext {
    text-align:right;
    font-weight:bold;
    font-size:11px;
    background:url('/images/smallRaquo.png') no-repeat 100% 5px;
    padding-right:12px;
    color:#893166;
    float:right;
    height:25px;
}
.spaceGallery_right .spacegalleryprev {
    text-align:left;
    font-weight:bold;
    font-size:11px;
    background:url('/images/smallRaquoLeft_white.png') no-repeat 0 5px;
    height:25px;
    padding-left:12px;
    color:#893166;
    float:left;
}
.spacegallery a.nextSG {
    left:155px;
    height:25px;
    width:128px;
    top:235px;
    z-index:99;
    
    
}
.spacegallery a.prevSG {
    left:5px;
    z-index:99;
    text-align:left;
    height:25px;
    width:128px;
    
    top:235px;
   
}
.spacegallery a.next_Big {
    height:225px;
    width:300px;
    position:absolute;
    top:0;
    left:0;
}
div.linksForGallery {
    position:relative;
    z-index:90;
    clear:both;
}
div.linksForGallery a.next {
    position:absolute;
    top:-25px;
    color:#893166;
    width:135px;
    height:25px;
    left:148px;
    text-align:right;
    font-weight:bold;
    font-size:11px;
    z-index:98;
    background:url('/images/smallRaquo.png') no-repeat 100% 5px;
    padding-right:12px;
}
div.linksForGallery a.prev {
    position:absolute;
    color:#893166;
    font-size:11px;
    font-weight:bold;
    top:-25px;
    width:135px;
    height:25px;
    left:3px;
    z-index:98;
     background:url('/images/smallRaquoLeft_white.png') no-repeat 0 5px;
     padding-left:12px;
}
div.infoSpaceGallery {
    background:url('/images/studentart/backGRDInfoSGallery.png') no-repeat 0 0;
    height:27px;
    text-align:center;
    line-height:25px;
    font-size:11px;
    font-weight:normal;
    color:#893166;
    width:301px;
}
#myGallery, .linksForGallery {
  cursor: pointer;
}