/* ANCHORS MAIN MODULE
------------------------------------------------------------ */
.mod-anchors-main {
  width: 612px;
}
.mod-anchors-main.anchors { }
.mod-anchors-main.history { }

.mod-anchors-main h2 {
  margin: 6px 16px 0px 13px;
  float: left;
  overflow: hidden;
}

.mod-anchors-main div.profile {
  padding: 0px;
  margin: 10px 10px 10px 120px;
}
.mod-anchors-main .profile ul {
  margin: 10px 0px 0px 10px;
  list-style: none;
}

.mod-anchors-main ul.recent-activity,
.mod-anchors-main .profile li {
  line-height: 18px;
}
.mod-anchors-main h3.recent-activity {
  padding-top: 10px;
}
.mod-anchors-main .profile h1 { margin-left: 10px; }

.mod-anchors-main .gallery {
  background-position:top center;
  background-repeat:no-repeat;
  height:364px;
}

.mod-anchors-main .thumbnails {
  float: left;
  position: relative;
  margin: 0px 16px 0px 13px;
}


.mod-anchors-main .thumbnails,
.mod-anchors-main .thumbnails a.arrow_left,
.mod-anchors-main .thumbnails a.arrow_right {
  display: block; 
  float: left;
}

.mod-anchors-main .thumbnails a.arrow_left {
  background: transparent url(/espn/sc/i/gallery_anchor_arrow_lt.gif) no-repeat center;
  margin: 1px;
  height: 11px;
  width: 24px;
}

.mod-anchors-main .thumbnails a.arrow_left:hover {
  background: transparent url(/espn/sc/i/gallery_anchor_arrow_lt_hover.gif) no-repeat center scroll;
}

.mod-anchors-main .thumbnails a.arrow_right {
  background: transparent url(/espn/sc/i/gallery_anchor_arrow_rt.gif) no-repeat center;
  margin: 1px;
  height: 11px;
  width: 24px;
}

.mod-anchors-main .thumbnails a.arrow_right:hover {
  background: transparent url(/espn/sc/i/gallery_anchor_arrow_rt_hover.gif) no-repeat center scroll;
}
 
.mod-anchors-main .thumbnails img { margin: 1px; }

.mod-anchors-main .thumbnails .pic_title {
  float: left;
}

.mod-anchors-main.anchors .anchor_profile,
.mod-anchors-main.history div.left,
.mod-anchors-main.history div.rightside {
  float: left;
  margin: 0;
  padding: 0 15px 30px;
  background-repeat: no-repeat;
  border: 0;
}

.mod-anchors-main.anchors .anchor_profile   {
  width: 276px;
  background-position: 20px 0;
}

.mod-anchors-main.history div.left          { width: 360px; }
.mod-anchors-main.history div.rightside         { width: 192px; }

/*The following CSS is REQUIRED for the photo gallery to work*/
#slideshow { overflow:hidden; width: 612px; height: 365px; padding: 0px; margin:0px; float:left;}

#slideshow ul {
	width:3900px;
	padding-left: 0px;
	margin:0px;
	list-style: none;
}
#slideshow li {
	float: left;
	margin: 0px;
	width: 612px;
	height: 365px;
}
#buttons {
	float:right;
	margin: 15px 10px 0px 0px;
}
#buttons .prev, #buttons .next{
	font-weight:bolder;
	font-size:10px;
	text-decoration:none;
	color:white;
}
